Html Css Color HEX #AB5EA9 Violet Blue

📋 copy color: '#AB5EA9'

red 171 ◦ green 94 ◦ blue 169

#AB5EA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #AB5EA9

Tints of Violet Blue #AB5EA9

RGB

 RED value IS 171 (67.19% from 255) = 39.4%

 GREEN value IS 94 (37.11% from 255) = 21.66%

 BLUE value IS 169 (66.41% from 255) = 38.94%

R = 39.4%
G = 21.66%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB5EA9 (or 0xAB5EA9) is known color: Violet Blue. HEX triplet: AB, 5E and A9. RGB value is (171,94,169). Sum of RGB (Red+Green+Blue) = 171+94+169=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5EA9 is #54A156. Grayscale: #7D7D7D. Windows color (decimal): -5546327 or 11099819. OLE color: 11099819.

HSL color Cylindrical-coordinate representation of color #AB5EA9: hue angle of 301.56º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB5EA9 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 94 169 -
CMYK 0 0.45 0.01 0.33
HSL 301.56º 0.31% 0.52% -
HSV(B) 301.56º 0.45% 0.67% -
XYZ 27.96 19.53 39.83 -
YUV 125.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 171 94 169 0 0.45 0.01 0.33 301.56 0.31 0.52
Hex AB 5E A9 0 2D 1 21 12E 1F 34
Octal 253 136 251 0 55 1 41 456 37 64
Binary 10101011 1011110 10101001 0 101101 1 100001 100101110 11111 110100

Color Harmonies of #AB5EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5EA9

Black with #AB5EA9

Text Example


Text Example

White with #AB5EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5EA9; }

 p { color: rgb(171,94,169); }

 H1.HeaderClassName
 {
   color: #AB5EA9;
 }
 .AnyTagClassName
 {
   color: #AB5EA9;
 }
</style>

background-color css

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

 a { background-color: rgb(171,94,169); }

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

border-color css

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

 span { border-color: rgb(171,94,169); }

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