#AF649D

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

Shades of Violet Blue #AF649D

Tints of Violet Blue #AF649D

Color information

#AF649D (or 0xAF649D) is unknown color: approx Violet Blue. HEX triplet: AF, 64 and 9D. RGB value is (175,100,157). Sum of RGB (Red+Green+Blue) = 175+100+157=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF649D is #509B62. Grayscale: #808080. Windows color (decimal): -5282659 or 10314927. OLE color: 10314927.

HSL color Cylindrical-coordinate representation of color #AF649D: hue angle of 314.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF649D is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB175100157-
CMYK00.430.100.31
HSL314.4º31.91%53.92%-
HSV(B)314.4º42.86%68.63%-
XYZ28.3220.6634.39-
YUV128.92143.85160.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=40.51%
G=23.15%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510015700.430.100.31314.431.9153.92
HexAF649D02BA1F13a2036
Octal25714423505312374724066
Binary101011111100100100111010101011101011111100111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF649D; }

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

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

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

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

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

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

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

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