#AF7BDC

Color #AF7BDC Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AF7BDC

Tints of Amethyst #AF7BDC

Color information

#AF7BDC (or 0xAF7BDC) is unknown color: approx Amethyst. HEX triplet: AF, 7B and DC. RGB value is (175,123,220). Sum of RGB (Red+Green+Blue) = 175+123+220=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF7BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BDC is #508423. Grayscale: #959595. Windows color (decimal): -5276708 or 14449583. OLE color: 14449583.

HSL color Cylindrical-coordinate representation of color #AF7BDC: hue angle of 272.16º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF7BDC is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175123220-
CMYK0.200.4400.14
HSL272.16º58.08%67.25%-
HSV(B)272.16º44.09%86.27%-
XYZ37.6828.4571.22-
YUV149.61167.73146.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 123 (48.44% from 255) = 23.75%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=33.78%
G=23.75%
B=42.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751232200.200.4400.14272.1658.0867.25
HexAF7BDC142C0E1103a43
Octal257173334245401642072103
Binary1010111111110111101110010100101100011101000100001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BDC; }

 p { color: rgb(175,123,220); }

 H1.HeaderClassName
 {
   color: #AF7BDC;
 }
 .AnyTagClassName
 {
   color: #AF7BDC;
 }
</style>
background-color css

<style>
 a { background-color: #AF7BDC; }

 a { background-color: rgb(175,123,220); }

 div.DivClassName
 {
   background-color: #AF7BDC;
 }
 .BgClassName
 {
   background-color: #AF7BDC;
 }
</style>
border-color css

<style>
 span { border-color: #AF7BDC; }

 span { border-color: rgb(175,123,220); }

 td.TdClassName
 {
   border-color: #AF7BDC;
 }
 .TagClassName
 {
   border-color: #AF7BDC;
 }
</style>