Html Css Color HEX #AB5AAE Violet Blue

📋 copy color: '#AB5AAE'

red 171 ◦ green 90 ◦ blue 174

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

Shades of Violet Blue #AB5AAE

Tints of Violet Blue #AB5AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.69%

 BLUE value IS 174 (68.36% from 255) = 40%

R = 39.31%
G = 20.69%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB5AAE (or 0xAB5AAE) is known color: Violet Blue. HEX triplet: AB, 5A and AE. RGB value is (171,90,174). Sum of RGB (Red+Green+Blue) = 171+90+174=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB5AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5AAE is #54A551. Grayscale: #7B7B7B. Windows color (decimal): -5547346 or 11426475. OLE color: 11426475.

HSL color Cylindrical-coordinate representation of color #AB5AAE: hue angle of 297.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB5AAE is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 90 174 -
CMYK 0.02 0.48 0 0.32
HSL 297.86º 0.34% 0.52% -
HSV(B) 297.86º 0.48% 0.68% -
XYZ 28.09 19.03 42.24 -
YUV 123.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 171 90 174 0.02 0.48 0 0.32 297.86 0.34 0.52
Hex AB 5A AE 2 30 0 20 12A 22 34
Octal 253 132 256 2 60 0 40 452 42 64
Binary 10101011 1011010 10101110 10 110000 0 100000 100101010 100010 110100

Color Harmonies of #AB5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5AAE

Black with #AB5AAE

Text Example


Text Example

White with #AB5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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