Html Css Color HEX #AB5EAA Violet Blue

📋 copy color: '#AB5EAA'

red 171 ◦ green 94 ◦ blue 170

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

Shades of Violet Blue #AB5EAA

Tints of Violet Blue #AB5EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.08%

R = 39.31%
G = 21.61%
B = 39.08%

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

#AB5EAA (or 0xAB5EAA) is known color: Violet Blue. HEX triplet: AB, 5E and AA. RGB value is (171,94,170). Sum of RGB (Red+Green+Blue) = 171+94+170=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5EAA is #54A155. Grayscale: #7D7D7D. Windows color (decimal): -5546326 or 11165355. OLE color: 11165355.

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

Color convert

RGB 171 94 170 -
CMYK 0 0.45 0.01 0.33
HSL 300.78º 0.31% 0.52% -
HSV(B) 300.78º 0.45% 0.67% -
XYZ 28.05 19.57 40.33 -
YUV 125.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 171 94 170 0 0.45 0.01 0.33 300.78 0.31 0.52
Hex AB 5E AA 0 2D 1 21 12D 1F 34
Octal 253 136 252 0 55 1 41 455 37 64
Binary 10101011 1011110 10101010 0 101101 1 100001 100101101 11111 110100

Color Harmonies of #AB5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5EAA

Black with #AB5EAA

Text Example


Text Example

White with #AB5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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