#AF65AD

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

Shades of Violet Blue #AF65AD

Tints of Violet Blue #AF65AD

Color information

#AF65AD (or 0xAF65AD) is unknown color: approx Violet Blue. HEX triplet: AF, 65 and AD. RGB value is (175,101,173). Sum of RGB (Red+Green+Blue) = 175+101+173=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF65AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF65AD is #509A52. Grayscale: #838383. Windows color (decimal): -5282387 or 11363759. OLE color: 11363759.

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

Color convert

RGB175101173-
CMYK00.420.010.31
HSL301.62º31.62%54.12%-
HSV(B)301.62º42.29%68.63%-
XYZ29.8821.4442.1-
YUV131.33151.52159.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=38.98%
G=22.49%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510117300.420.010.31301.6231.6254.12
HexAF65AD02A11F12e2036
Octal2571452550521374564066
Binary101011111100101101011010101010111111100101110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF65AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF65AD; }

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

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

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

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

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

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

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

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