#AF5AB0

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

Shades of Violet Blue #AF5AB0

Tints of Violet Blue #AF5AB0

Color information

#AF5AB0 (or 0xAF5AB0) is unknown color: approx Violet Blue. HEX triplet: AF, 5A and B0. RGB value is (175,90,176). Sum of RGB (Red+Green+Blue) = 175+90+176=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF5AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5AB0 is #50A54F. Grayscale: #7C7C7C. Windows color (decimal): -5285200 or 11557551. OLE color: 11557551.

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

Color convert

RGB17590176-
CMYK0.010.4900.31
HSL299.3º35.25%52.16%-
HSV(B)299.3º48.86%69.02%-
XYZ29.1719.5643.31-
YUV125.22156.66163.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 90 (35.55% from 255) = 20.41%
BLUE value IS 176 (69.14% from 255) = 39.91%
R=39.68%
G=20.41%
B=39.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175901760.010.4900.31299.335.2552.16
HexAF5AB013101F12b2334
Octal2571322601610374534364
Binary101011111011010101100001110001011111100101011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5AB0; }

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

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

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

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

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

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

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

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