#AF659D

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

Shades of Violet Blue #AF659D

Tints of Violet Blue #AF659D

Color information

#AF659D (or 0xAF659D) is unknown color: approx Violet Blue. HEX triplet: AF, 65 and 9D. RGB value is (175,101,157). Sum of RGB (Red+Green+Blue) = 175+101+157=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF659D is #509A62. Grayscale: #818181. Windows color (decimal): -5282403 or 10315183. OLE color: 10315183.

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

Color convert

RGB175101157-
CMYK00.420.100.31
HSL314.59º31.62%54.12%-
HSV(B)314.59º42.29%68.63%-
XYZ28.4220.8634.43-
YUV129.51143.52160.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=40.42%
G=23.33%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510115700.420.100.31314.5931.6254.12
HexAF659D02AA1F13b2036
Octal25714523505212374734066
Binary101011111100101100111010101010101011111100111011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF659D; }

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

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

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

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

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

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

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

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