#AF5DA4

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

Shades of Violet Blue #AF5DA4

Tints of Violet Blue #AF5DA4

Color information

#AF5DA4 (or 0xAF5DA4) is unknown color: approx Violet Blue. HEX triplet: AF, 5D and A4. RGB value is (175,93,164). Sum of RGB (Red+Green+Blue) = 175+93+164=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5DA4 is #50A25B. Grayscale: #7D7D7D. Windows color (decimal): -5284444 or 10771887. OLE color: 10771887.

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

Color convert

RGB17593164-
CMYK00.470.060.31
HSL308.05º33.88%52.55%-
HSV(B)308.05º46.86%68.63%-
XYZ28.2919.6237.42-
YUV125.61149.67163.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 93 (36.72% from 255) = 21.53%
BLUE value IS 164 (64.45% from 255) = 37.96%
R=40.51%
G=21.53%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759316400.470.060.31308.0533.8852.55
HexAF5DA402F61F1342235
Octal2571352440576374644265
Binary10101111101110110100100010111111011111100110100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5DA4; }

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

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

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

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

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

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

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

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