#AF5DAA

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

Shades of Violet Blue #AF5DAA

Tints of Violet Blue #AF5DAA

Color information

#AF5DAA (or 0xAF5DAA) is unknown color: approx Violet Blue. HEX triplet: AF, 5D and AA. RGB value is (175,93,170). Sum of RGB (Red+Green+Blue) = 175+93+170=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5DAA is #50A255. Grayscale: #7E7E7E. Windows color (decimal): -5284438 or 11165103. OLE color: 11165103.

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

Color convert

RGB17593170-
CMYK00.470.030.31
HSL303.66º33.88%52.55%-
HSV(B)303.66º46.86%68.63%-
XYZ28.8519.8440.34-
YUV126.3152.67162.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 93 (36.72% from 255) = 21.23%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=39.95%
G=21.23%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759317000.470.030.31303.6633.8852.55
HexAF5DAA02F31F1302235
Octal2571352520573374604265
Binary1010111110111011010101001011111111111100110000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5DAA; }

 p { color: rgb(175,93,170); }

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

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

 a { background-color: rgb(175,93,170); }

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

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

 span { border-color: rgb(175,93,170); }

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