#AF65A8

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

Shades of Violet Blue #AF65A8

Tints of Violet Blue #AF65A8

Color information

#AF65A8 (or 0xAF65A8) is unknown color: approx Violet Blue. HEX triplet: AF, 65 and A8. RGB value is (175,101,168). Sum of RGB (Red+Green+Blue) = 175+101+168=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF65A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF65A8 is #509A57. Grayscale: #828282. Windows color (decimal): -5282392 or 11036079. OLE color: 11036079.

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

Color convert

RGB175101168-
CMYK00.420.040.31
HSL305.68º31.62%54.12%-
HSV(B)305.68º42.29%68.63%-
XYZ29.421.2539.6-
YUV130.76149.02159.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 101 (39.84% from 255) = 22.75%
BLUE value IS 168 (66.02% from 255) = 37.84%
R=39.41%
G=22.75%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510116800.420.040.31305.6831.6254.12
HexAF65A802A41F1322036
Octal2571452500524374624066
Binary10101111110010110101000010101010011111100110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF65A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF65A8; }

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

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

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

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

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

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

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

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