#AF649A

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

Shades of Violet Blue #AF649A

Tints of Violet Blue #AF649A

Color information

#AF649A (or 0xAF649A) is unknown color: approx Violet Blue. HEX triplet: AF, 64 and 9A. RGB value is (175,100,154). Sum of RGB (Red+Green+Blue) = 175+100+154=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF649A is #509B65. Grayscale: #808080. Windows color (decimal): -5282662 or 10118319. OLE color: 10118319.

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

Color convert

RGB175100154-
CMYK00.430.120.31
HSL316.8º31.91%53.92%-
HSV(B)316.8º42.86%68.63%-
XYZ28.0720.5633.06-
YUV128.58142.35161.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=40.79%
G=23.31%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510015400.430.120.31316.831.9153.92
HexAF649A02BC1F13d2036
Octal25714423205314374754066
Binary101011111100100100110100101011110011111100111101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF649A; }

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

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

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

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

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

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

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

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