Html Css Color HEX #AB5EAB Violet Blue

📋 copy color: '#AB5EAB'

red 171 ◦ green 94 ◦ blue 171

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

Shades of Violet Blue #AB5EAB

Tints of Violet Blue #AB5EAB

RGB

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

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

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

R = 39.22%
G = 21.56%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB5EAB (or 0xAB5EAB) is known color: Violet Blue. HEX triplet: AB, 5E and AB. RGB value is (171,94,171). Sum of RGB (Red+Green+Blue) = 171+94+171=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB5EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5EAB is #54A154. Grayscale: #7D7D7D. Windows color (decimal): -5546325 or 11230891. OLE color: 11230891.

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

Color convert

RGB 171 94 171 -
CMYK 0 0.45 0 0.33
HSL 300º 0.31% 0.52% -
HSV(B) 300º 0.45% 0.67% -
XYZ 28.15 19.6 40.83 -
YUV 125.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 171 94 171 0 0.45 0 0.33 300 0.31 0.52
Hex AB 5E AB 0 2D 0 21 12C 1F 34
Octal 253 136 253 0 55 0 41 454 37 64
Binary 10101011 1011110 10101011 0 101101 0 100001 100101100 11111 110100

Color Harmonies of #AB5EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5EAB

Black with #AB5EAB

Text Example


Text Example

White with #AB5EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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