Html Css Color HEX #AB53AB Violet Blue

📋 copy color: '#AB53AB'

red 171 ◦ green 83 ◦ blue 171

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

Shades of Violet Blue #AB53AB

Tints of Violet Blue #AB53AB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.53%

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

R = 40.24%
G = 19.53%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB53AB (or 0xAB53AB) is known color: Violet Blue. HEX triplet: AB, 53 and AB. RGB value is (171,83,171). Sum of RGB (Red+Green+Blue) = 171+83+171=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB53AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB53AB is #54AC54. Grayscale: #777777. Windows color (decimal): -5549141 or 11228075. OLE color: 11228075.

HSL color Cylindrical-coordinate representation of color #AB53AB: hue angle of 300º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB53AB is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 83 171 -
CMYK 0 0.51 0 0.33
HSL 300º 0.35% 0.5% -
HSV(B) 300º 0.51% 0.67% -
XYZ 27.24 17.78 40.53 -
YUV 119.34 157.15 164.84 -
System Red Green Blue C M Y K H S L
Decimal 171 83 171 0 0.51 0 0.33 300 0.35 0.5
Hex AB 53 AB 0 33 0 21 12C 23 32
Octal 253 123 253 0 63 0 41 454 43 62
Binary 10101011 1010011 10101011 0 110011 0 100001 100101100 100011 110010

Color Harmonies of #AB53AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB53AB

Black with #AB53AB

Text Example


Text Example

White with #AB53AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB53AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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