#AF5AA4

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

Shades of Violet Blue #AF5AA4

Tints of Violet Blue #AF5AA4

Color information

#AF5AA4 (or 0xAF5AA4) is unknown color: approx Violet Blue. HEX triplet: AF, 5A and A4. RGB value is (175,90,164). Sum of RGB (Red+Green+Blue) = 175+90+164=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5AA4 is #50A55B. Grayscale: #7B7B7B. Windows color (decimal): -5285212 or 10771119. OLE color: 10771119.

HSL color Cylindrical-coordinate representation of color #AF5AA4: hue angle of 307.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF5AA4 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17590164-
CMYK00.490.060.31
HSL307.76º34.69%51.96%-
HSV(B)307.76º48.57%68.63%-
XYZ28.0419.1137.33-
YUV123.85150.66164.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 90 (35.55% from 255) = 20.98%
BLUE value IS 164 (64.45% from 255) = 38.23%
R=40.79%
G=20.98%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759016400.490.060.31307.7634.6951.96
HexAF5AA403161F1342334
Octal2571322440616374644364
Binary10101111101101010100100011000111011111100110100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5AA4; }

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

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

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

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

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

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

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

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