#AF67A9

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

Shades of Violet Blue #AF67A9

Tints of Violet Blue #AF67A9

Color information

#AF67A9 (or 0xAF67A9) is unknown color: approx Violet Blue. HEX triplet: AF, 67 and A9. RGB value is (175,103,169). Sum of RGB (Red+Green+Blue) = 175+103+169=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF67A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF67A9 is #509856. Grayscale: #838383. Windows color (decimal): -5281879 or 11102127. OLE color: 11102127.

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

Color convert

RGB175103169-
CMYK00.410.030.31
HSL305º31.03%54.51%-
HSV(B)305º41.14%68.63%-
XYZ29.6921.6840.16-
YUV132.05148.85158.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 169 (66.41% from 255) = 37.81%
R=39.15%
G=23.04%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510316900.410.030.3130531.0354.51
HexAF67A902931F1311f37
Octal2571472510513374613767
Binary101011111100111101010010101001111111110011000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67A9; }

 p { color: rgb(175,103,169); }

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

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

 a { background-color: rgb(175,103,169); }

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

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

 span { border-color: rgb(175,103,169); }

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