#AF619F

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

Shades of Violet Blue #AF619F

Tints of Violet Blue #AF619F

Color information

#AF619F (or 0xAF619F) is unknown color: approx Violet Blue. HEX triplet: AF, 61 and 9F. RGB value is (175,97,159). Sum of RGB (Red+Green+Blue) = 175+97+159=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF619F is #509E60. Grayscale: #7F7F7F. Windows color (decimal): -5283425 or 10445231. OLE color: 10445231.

HSL color Cylindrical-coordinate representation of color #AF619F: hue angle of 312.31º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF619F is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17597159-
CMYK00.450.090.31
HSL312.31º32.77%53.33%-
HSV(B)312.31º44.57%68.63%-
XYZ28.2120.1735.21-
YUV127.39145.84161.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 97 (38.28% from 255) = 22.51%
BLUE value IS 159 (62.5% from 255) = 36.89%
R=40.60%
G=22.51%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759715900.450.090.31312.3132.7753.33
HexAF619F02D91F1382135
Octal25714123705511374704165
Binary101011111100001100111110101101100111111100111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF619F; }

 p { color: rgb(175,97,159); }

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

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

 a { background-color: rgb(175,97,159); }

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

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

 span { border-color: rgb(175,97,159); }

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