#AF669F

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

Shades of Violet Blue #AF669F

Tints of Violet Blue #AF669F

Color information

#AF669F (or 0xAF669F) is unknown color: approx Violet Blue. HEX triplet: AF, 66 and 9F. RGB value is (175,102,159). Sum of RGB (Red+Green+Blue) = 175+102+159=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF669F is #509960. Grayscale: #828282. Windows color (decimal): -5282145 or 10446511. OLE color: 10446511.

HSL color Cylindrical-coordinate representation of color #AF669F: hue angle of 313.15º 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 #AF669F is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB175102159-
CMYK00.420.090.31
HSL313.15º31.33%54.31%-
HSV(B)313.15º41.71%68.63%-
XYZ28.6921.1235.37-
YUV130.32144.18159.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=40.14%
G=23.39%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510215900.420.090.31313.1531.3354.31
HexAF669F02A91F1391f36
Octal25714623705211374713766
Binary10101111110011010011111010101010011111110011100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF669F; }

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

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

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

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

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

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

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

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