Html Css Color HEX #AB4482 Medium Red Violet

📋 copy color: '#AB4482'

red 171 ◦ green 68 ◦ blue 130

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

Shades of Medium Red Violet #AB4482

Tints of Medium Red Violet #AB4482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.43%

 BLUE value IS 130 (51.17% from 255) = 35.23%

R = 46.34%
G = 18.43%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB4482 (or 0xAB4482) is known color: Medium Red Violet. HEX triplet: AB, 44 and 82. RGB value is (171,68,130). Sum of RGB (Red+Green+Blue) = 171+68+130=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4482 is #54BB7D. Grayscale: #696969. Windows color (decimal): -5553022 or 8537259. OLE color: 8537259.

HSL color Cylindrical-coordinate representation of color #AB4482: hue angle of 323.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4482 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 130 -
CMYK 0 0.60 0.24 0.33
HSL 323.88º 0.43% 0.47% -
HSV(B) 323.88º 0.6% 0.67% -
XYZ 22.89 14.4 22.69 -
YUV 105.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 171 68 130 0 0.60 0.24 0.33 323.88 0.43 0.47
Hex AB 44 82 0 3C 18 21 144 2B 2F
Octal 253 104 202 0 74 30 41 504 53 57
Binary 10101011 1000100 10000010 0 111100 11000 100001 101000100 101011 101111

Color Harmonies of #AB4482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4482

Black with #AB4482

Text Example


Text Example

White with #AB4482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4482; }

 p { color: rgb(171,68,130); }

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

background-color css

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

 a { background-color: rgb(171,68,130); }

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

border-color css

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

 span { border-color: rgb(171,68,130); }

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