#AF64B1

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

Shades of Violet Blue #AF64B1

Tints of Violet Blue #AF64B1

Color information

#AF64B1 (or 0xAF64B1) is unknown color: approx Violet Blue. HEX triplet: AF, 64 and B1. RGB value is (175,100,177). Sum of RGB (Red+Green+Blue) = 175+100+177=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF64B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF64B1 is #509B4E. Grayscale: #828282. Windows color (decimal): -5282639 or 11625647. OLE color: 11625647.

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

Color convert

RGB175100177-
CMYK0.010.4400.31
HSL298.44º33.05%54.31%-
HSV(B)298.44º43.5%69.41%-
XYZ30.1721.444.14-
YUV131.2153.85159.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 177 (69.53% from 255) = 39.16%
R=38.72%
G=22.12%
B=39.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751001770.010.4400.31298.4433.0554.31
HexAF64B112C01F12a2136
Octal2571442611540374524166
Binary101011111100100101100011101100011111100101010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF64B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF64B1; }

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

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

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

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

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

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

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

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