Html Css Color HEX #AB54AA Violet Blue

📋 copy color: '#AB54AA'

red 171 ◦ green 84 ◦ blue 170

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

Shades of Violet Blue #AB54AA

Tints of Violet Blue #AB54AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.76%

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

R = 40.24%
G = 19.76%
B = 40%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB54AA (or 0xAB54AA) is known color: Violet Blue. HEX triplet: AB, 54 and AA. RGB value is (171,84,170). Sum of RGB (Red+Green+Blue) = 171+84+170=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB54AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB54AA is #54AB55. Grayscale: #777777. Windows color (decimal): -5548886 or 11162795. OLE color: 11162795.

HSL color Cylindrical-coordinate representation of color #AB54AA: hue angle of 300.69º degrees, saturation: 0.34, 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 #AB54AA is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 84 170 -
CMYK 0 0.51 0.01 0.33
HSL 300.69º 0.34% 0.5% -
HSV(B) 300.69º 0.51% 0.67% -
XYZ 27.22 17.9 40.05 -
YUV 119.82 156.32 164.51 -
System Red Green Blue C M Y K H S L
Decimal 171 84 170 0 0.51 0.01 0.33 300.69 0.34 0.5
Hex AB 54 AA 0 33 1 21 12D 22 32
Octal 253 124 252 0 63 1 41 455 42 62
Binary 10101011 1010100 10101010 0 110011 1 100001 100101101 100010 110010

Color Harmonies of #AB54AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB54AA

Black with #AB54AA

Text Example


Text Example

White with #AB54AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB54AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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