Html Css Color HEX #AB4495 Medium Red Violet

📋 copy color: '#AB4495'

red 171 ◦ green 68 ◦ blue 149

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

Shades of Medium Red Violet #AB4495

Tints of Medium Red Violet #AB4495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.4%

R = 44.07%
G = 17.53%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB4495 (or 0xAB4495) is known color: Medium Red Violet. HEX triplet: AB, 44 and 95. RGB value is (171,68,149). Sum of RGB (Red+Green+Blue) = 171+68+149=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4495 is #54BB6A. Grayscale: #6B6B6B. Windows color (decimal): -5553003 or 9782443. OLE color: 9782443.

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

Color convert

RGB 171 68 149 -
CMYK 0 0.60 0.13 0.33
HSL 312.82º 0.43% 0.47% -
HSV(B) 312.82º 0.6% 0.67% -
XYZ 24.29 14.96 30.04 -
YUV 108.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 171 68 149 0 0.60 0.13 0.33 312.82 0.43 0.47
Hex AB 44 95 0 3C D 21 139 2B 2F
Octal 253 104 225 0 74 15 41 471 53 57
Binary 10101011 1000100 10010101 0 111100 1101 100001 100111001 101011 101111

Color Harmonies of #AB4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4495

Black with #AB4495

Text Example


Text Example

White with #AB4495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4495; }

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

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

background-color css

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

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

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

border-color css

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

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

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