Html Css Color HEX #AB5EA8 Violet Blue

📋 copy color: '#AB5EA8'

red 171 ◦ green 94 ◦ blue 168

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

Shades of Violet Blue #AB5EA8

Tints of Violet Blue #AB5EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.8%

R = 39.49%
G = 21.71%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB5EA8 (or 0xAB5EA8) is known color: Violet Blue. HEX triplet: AB, 5E and A8. RGB value is (171,94,168). Sum of RGB (Red+Green+Blue) = 171+94+168=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5EA8 is #54A157. Grayscale: #7D7D7D. Windows color (decimal): -5546328 or 11034283. OLE color: 11034283.

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

Color convert

RGB 171 94 168 -
CMYK 0 0.45 0.02 0.33
HSL 302.34º 0.31% 0.52% -
HSV(B) 302.34º 0.45% 0.67% -
XYZ 27.87 19.49 39.34 -
YUV 125.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 171 94 168 0 0.45 0.02 0.33 302.34 0.31 0.52
Hex AB 5E A8 0 2D 2 21 12E 1F 34
Octal 253 136 250 0 55 2 41 456 37 64
Binary 10101011 1011110 10101000 0 101101 10 100001 100101110 11111 110100

Color Harmonies of #AB5EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5EA8

Black with #AB5EA8

Text Example


Text Example

White with #AB5EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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