#AF649B

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

Shades of Violet Blue #AF649B

Tints of Violet Blue #AF649B

Color information

#AF649B (or 0xAF649B) is unknown color: approx Violet Blue. HEX triplet: AF, 64 and 9B. RGB value is (175,100,155). Sum of RGB (Red+Green+Blue) = 175+100+155=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF649B is #509B64. Grayscale: #808080. Windows color (decimal): -5282661 or 10183855. OLE color: 10183855.

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

Color convert

RGB175100155-
CMYK00.430.110.31
HSL316º31.91%53.92%-
HSV(B)316º42.86%68.63%-
XYZ28.1520.5933.5-
YUV128.7142.85161.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 100 (39.45% from 255) = 23.26%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=40.70%
G=23.26%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510015500.430.110.3131631.9153.92
HexAF649B02BB1F13c2036
Octal25714423305313374744066
Binary101011111100100100110110101011101111111100111100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF649B; }

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

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

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

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

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

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

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

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