Html Css Color HEX #AB5BAE Violet Blue

📋 copy color: '#AB5BAE'

red 171 ◦ green 91 ◦ blue 174

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

Shades of Violet Blue #AB5BAE

Tints of Violet Blue #AB5BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.87%

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

R = 39.22%
G = 20.87%
B = 39.91%

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

#AB5BAE (or 0xAB5BAE) is known color: Violet Blue. HEX triplet: AB, 5B and AE. RGB value is (171,91,174). Sum of RGB (Red+Green+Blue) = 171+91+174=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB5BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5BAE is #54A451. Grayscale: #7C7C7C. Windows color (decimal): -5547090 or 11426731. OLE color: 11426731.

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

Color convert

RGB 171 91 174 -
CMYK 0.02 0.48 0 0.32
HSL 297.83º 0.34% 0.52% -
HSV(B) 297.83º 0.48% 0.68% -
XYZ 28.18 19.2 42.26 -
YUV 124.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 171 91 174 0.02 0.48 0 0.32 297.83 0.34 0.52
Hex AB 5B AE 2 30 0 20 12A 22 34
Octal 253 133 256 2 60 0 40 452 42 64
Binary 10101011 1011011 10101110 10 110000 0 100000 100101010 100010 110100

Color Harmonies of #AB5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5BAE

Black with #AB5BAE

Text Example


Text Example

White with #AB5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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