Html Css Color HEX #AB48AA Violet Blue

📋 copy color: '#AB48AA'

red 171 ◦ green 72 ◦ blue 170

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

Shades of Violet Blue #AB48AA

Tints of Violet Blue #AB48AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.43%

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

R = 41.4%
G = 17.43%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB48AA (or 0xAB48AA) is known color: Violet Blue. HEX triplet: AB, 48 and AA. RGB value is (171,72,170). Sum of RGB (Red+Green+Blue) = 171+72+170=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB48AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB48AA is #54B755. Grayscale: #707070. Windows color (decimal): -5551958 or 11159723. OLE color: 11159723.

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

Color convert

RGB 171 72 170 -
CMYK 0 0.58 0.01 0.33
HSL 300.61º 0.41% 0.48% -
HSV(B) 300.61º 0.58% 0.67% -
XYZ 26.37 16.19 39.77 -
YUV 112.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 171 72 170 0 0.58 0.01 0.33 300.61 0.41 0.48
Hex AB 48 AA 0 3A 1 21 12D 29 30
Octal 253 110 252 0 72 1 41 455 51 60
Binary 10101011 1001000 10101010 0 111010 1 100001 100101101 101001 110000

Color Harmonies of #AB48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB48AA

Black with #AB48AA

Text Example


Text Example

White with #AB48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB48AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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