Html Css Color HEX #AB52AA Violet Blue

📋 copy color: '#AB52AA'

red 171 ◦ green 82 ◦ blue 170

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

Shades of Violet Blue #AB52AA

Tints of Violet Blue #AB52AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.39%

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

R = 40.43%
G = 19.39%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB52AA (or 0xAB52AA) is known color: Violet Blue. HEX triplet: AB, 52 and AA. RGB value is (171,82,170). Sum of RGB (Red+Green+Blue) = 171+82+170=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB52AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB52AA is #54AD55. Grayscale: #767676. Windows color (decimal): -5549398 or 11162283. OLE color: 11162283.

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

Color convert

RGB 171 82 170 -
CMYK 0 0.52 0.01 0.33
HSL 300.67º 0.35% 0.5% -
HSV(B) 300.67º 0.52% 0.67% -
XYZ 27.07 17.59 40 -
YUV 118.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 171 82 170 0 0.52 0.01 0.33 300.67 0.35 0.5
Hex AB 52 AA 0 34 1 21 12D 23 32
Octal 253 122 252 0 64 1 41 455 43 62
Binary 10101011 1010010 10101010 0 110100 1 100001 100101101 100011 110010

Color Harmonies of #AB52AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB52AA

Black with #AB52AA

Text Example


Text Example

White with #AB52AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB52AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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