Html Css Color HEX #AB48A2 Violet Blue

📋 copy color: '#AB48A2'

red 171 ◦ green 72 ◦ blue 162

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

Shades of Violet Blue #AB48A2

Tints of Violet Blue #AB48A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40%

R = 42.22%
G = 17.78%
B = 40%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB48A2 (or 0xAB48A2) is known color: Violet Blue. HEX triplet: AB, 48 and A2. RGB value is (171,72,162). Sum of RGB (Red+Green+Blue) = 171+72+162=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB48A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB48A2 is #54B75D. Grayscale: #6F6F6F. Windows color (decimal): -5551966 or 10635435. OLE color: 10635435.

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

Color convert

RGB 171 72 162 -
CMYK 0 0.58 0.05 0.33
HSL 305.45º 0.41% 0.48% -
HSV(B) 305.45º 0.58% 0.67% -
XYZ 25.63 15.9 35.9 -
YUV 111.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 171 72 162 0 0.58 0.05 0.33 305.45 0.41 0.48
Hex AB 48 A2 0 3A 5 21 131 29 30
Octal 253 110 242 0 72 5 41 461 51 60
Binary 10101011 1001000 10100010 0 111010 101 100001 100110001 101001 110000

Color Harmonies of #AB48A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB48A2

Black with #AB48A2

Text Example


Text Example

White with #AB48A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB48A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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