#AF69AA

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

Shades of Violet Blue #AF69AA

Tints of Violet Blue #AF69AA

Color information

#AF69AA (or 0xAF69AA) is unknown color: approx Violet Blue. HEX triplet: AF, 69 and AA. RGB value is (175,105,170). Sum of RGB (Red+Green+Blue) = 175+105+170=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF69AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF69AA is #509655. Grayscale: #858585. Windows color (decimal): -5281366 or 11168175. OLE color: 11168175.

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

Color convert

RGB175105170-
CMYK00.400.030.31
HSL304.29º30.43%54.9%-
HSV(B)304.29º40%68.63%-
XYZ29.9922.1240.72-
YUV133.34148.69157.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=38.89%
G=23.33%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510517000.400.030.31304.2930.4354.9
HexAF69AA02831F1301e37
Octal2571512520503374603667
Binary101011111101001101010100101000111111110011000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF69AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF69AA; }

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

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

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

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

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

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

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

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