#AF66A3

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

Shades of Violet Blue #AF66A3

Tints of Violet Blue #AF66A3

Color information

#AF66A3 (or 0xAF66A3) is unknown color: approx Violet Blue. HEX triplet: AF, 66 and A3. RGB value is (175,102,163). Sum of RGB (Red+Green+Blue) = 175+102+163=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF66A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF66A3 is #50995C. Grayscale: #828282. Windows color (decimal): -5282141 or 10708655. OLE color: 10708655.

HSL color Cylindrical-coordinate representation of color #AF66A3: hue angle of 309.86º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF66A3 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB175102163-
CMYK00.420.070.31
HSL309.86º31.33%54.31%-
HSV(B)309.86º41.71%68.63%-
XYZ29.0421.2637.22-
YUV130.78146.18159.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=39.77%
G=23.18%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510216300.420.070.31309.8631.3354.31
HexAF66A302A71F1361f36
Octal2571462430527374663766
Binary1010111111001101010001101010101111111110011011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF66A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF66A3; }

 p { color: rgb(175,102,163); }

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

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

 a { background-color: rgb(175,102,163); }

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

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

 span { border-color: rgb(175,102,163); }

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