#AF5AAB

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

Shades of Violet Blue #AF5AAB

Tints of Violet Blue #AF5AAB

Color information

#AF5AAB (or 0xAF5AAB) is unknown color: approx Violet Blue. HEX triplet: AF, 5A and AB. RGB value is (175,90,171). Sum of RGB (Red+Green+Blue) = 175+90+171=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5AAB is #50A554. Grayscale: #7C7C7C. Windows color (decimal): -5285205 or 11229871. OLE color: 11229871.

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

Color convert

RGB17590171-
CMYK00.490.020.31
HSL302.82º34.69%51.96%-
HSV(B)302.82º48.57%68.63%-
XYZ28.6919.3740.75-
YUV124.65154.16163.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=40.14%
G=20.64%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759017100.490.020.31302.8234.6951.96
HexAF5AAB03121F12f2334
Octal2571322530612374574364
Binary1010111110110101010101101100011011111100101111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5AAB; }

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

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

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

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

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

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

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

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