#AF69AB

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

Shades of Violet Blue #AF69AB

Tints of Violet Blue #AF69AB

Color information

#AF69AB (or 0xAF69AB) is unknown color: approx Violet Blue. HEX triplet: AF, 69 and AB. RGB value is (175,105,171). Sum of RGB (Red+Green+Blue) = 175+105+171=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF69AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF69AB is #509654. Grayscale: #858585. Windows color (decimal): -5281365 or 11233711. OLE color: 11233711.

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

Color convert

RGB175105171-
CMYK00.400.020.31
HSL303.43º30.43%54.9%-
HSV(B)303.43º40%68.63%-
XYZ30.0822.1641.22-
YUV133.45149.19157.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=38.80%
G=23.28%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510517100.400.020.31303.4330.4354.9
HexAF69AB02821F12f1e37
Octal2571512530502374573667
Binary101011111101001101010110101000101111110010111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF69AB; }

 p { color: rgb(175,105,171); }

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

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

 a { background-color: rgb(175,105,171); }

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

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

 span { border-color: rgb(175,105,171); }

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