Html Css Color HEX #AB30A6 Medium Red Violet

📋 copy color: '#AB30A6'

red 171 ◦ green 48 ◦ blue 166

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

Shades of Medium Red Violet #AB30A6

Tints of Medium Red Violet #AB30A6

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.47%

 BLUE value IS 166 (65.23% from 255) = 43.12%

R = 44.42%
G = 12.47%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AB30A6 (or 0xAB30A6) is known color: Medium Red Violet. HEX triplet: AB, 30 and A6. RGB value is (171,48,166). Sum of RGB (Red+Green+Blue) = 171+48+166=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB30A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB30A6 is #54CF59. Grayscale: #616161. Windows color (decimal): -5558106 or 10891435. OLE color: 10891435.

HSL color Cylindrical-coordinate representation of color #AB30A6: hue angle of 302.44º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB30A6 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 48 166 -
CMYK 0 0.72 0.03 0.33
HSL 302.44º 0.56% 0.43% -
HSV(B) 302.44º 0.72% 0.67% -
XYZ 24.73 13.53 37.38 -
YUV 98.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 171 48 166 0 0.72 0.03 0.33 302.44 0.56 0.43
Hex AB 30 A6 0 48 3 21 12E 38 2B
Octal 253 60 246 0 110 3 41 456 70 53
Binary 10101011 110000 10100110 0 1001000 11 100001 100101110 111000 101011

Color Harmonies of #AB30A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB30A6

Black with #AB30A6

Text Example


Text Example

White with #AB30A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB30A6; }

 p { color: rgb(171,48,166); }

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

background-color css

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

 a { background-color: rgb(171,48,166); }

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

border-color css

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

 span { border-color: rgb(171,48,166); }

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