#AF65A0

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

Shades of Violet Blue #AF65A0

Tints of Violet Blue #AF65A0

Color information

#AF65A0 (or 0xAF65A0) is unknown color: approx Violet Blue. HEX triplet: AF, 65 and A0. RGB value is (175,101,160). Sum of RGB (Red+Green+Blue) = 175+101+160=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF65A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF65A0 is #509A5F. Grayscale: #818181. Windows color (decimal): -5282400 or 10511791. OLE color: 10511791.

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

Color convert

RGB175101160-
CMYK00.420.090.31
HSL312.16º31.62%54.12%-
HSV(B)312.16º42.29%68.63%-
XYZ28.6820.9635.79-
YUV129.85145.02160.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 160 (62.89% from 255) = 36.70%
R=40.14%
G=23.17%
B=36.70%

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
Decimal17510116000.420.090.31312.1631.6254.12
HexAF65A002A91F1382036
Octal25714524005211374704066
Binary101011111100101101000000101010100111111100111000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF65A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF65A0; }

 p { color: rgb(175,101,160); }

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

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

 a { background-color: rgb(175,101,160); }

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

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

 span { border-color: rgb(175,101,160); }

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