#AF689F

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

Shades of Violet Blue #AF689F

Tints of Violet Blue #AF689F

Color information

#AF689F (or 0xAF689F) is unknown color: approx Violet Blue. HEX triplet: AF, 68 and 9F. RGB value is (175,104,159). Sum of RGB (Red+Green+Blue) = 175+104+159=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF689F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF689F is #509760. Grayscale: #838383. Windows color (decimal): -5281633 or 10447023. OLE color: 10447023.

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

Color convert

RGB175104159-
CMYK00.410.090.31
HSL313.52º30.74%54.71%-
HSV(B)313.52º40.57%68.63%-
XYZ28.8921.5235.43-
YUV131.5143.52159.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 104 (41.02% from 255) = 23.74%
BLUE value IS 159 (62.5% from 255) = 36.30%
R=39.95%
G=23.74%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510415900.410.090.31313.5230.7454.71
HexAF689F02991F13a1f37
Octal25715023705111374723767
Binary10101111110100010011111010100110011111110011101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF689F; }

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

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

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

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

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

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

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

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