Html Css Color HEX #AB48A8 Violet Blue

📋 copy color: '#AB48A8'

red 171 ◦ green 72 ◦ blue 168

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

Shades of Violet Blue #AB48A8

Tints of Violet Blue #AB48A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.88%

R = 41.61%
G = 17.52%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB48A8 (or 0xAB48A8) is known color: Violet Blue. HEX triplet: AB, 48 and A8. RGB value is (171,72,168). Sum of RGB (Red+Green+Blue) = 171+72+168=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB48A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB48A8 is #54B757. Grayscale: #707070. Windows color (decimal): -5551960 or 11028651. OLE color: 11028651.

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

Color convert

RGB 171 72 168 -
CMYK 0 0.58 0.02 0.33
HSL 301.82º 0.41% 0.48% -
HSV(B) 301.82º 0.58% 0.67% -
XYZ 26.18 16.12 38.78 -
YUV 112.55 159.3 169.69 -
System Red Green Blue C M Y K H S L
Decimal 171 72 168 0 0.58 0.02 0.33 301.82 0.41 0.48
Hex AB 48 A8 0 3A 2 21 12E 29 30
Octal 253 110 250 0 72 2 41 456 51 60
Binary 10101011 1001000 10101000 0 111010 10 100001 100101110 101001 110000

Color Harmonies of #AB48A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB48A8

Black with #AB48A8

Text Example


Text Example

White with #AB48A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB48A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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