Html Css Color HEX #AB448A Medium Red Violet

📋 copy color: '#AB448A'

red 171 ◦ green 68 ◦ blue 138

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

Shades of Medium Red Violet #AB448A

Tints of Medium Red Violet #AB448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 45.36%
G = 18.04%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB448A (or 0xAB448A) is known color: Medium Red Violet. HEX triplet: AB, 44 and 8A. RGB value is (171,68,138). Sum of RGB (Red+Green+Blue) = 171+68+138=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB448A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB448A is #54BB75. Grayscale: #6A6A6A. Windows color (decimal): -5553014 or 9061547. OLE color: 9061547.

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

Color convert

RGB 171 68 138 -
CMYK 0 0.60 0.19 0.33
HSL 319.22º 0.43% 0.47% -
HSV(B) 319.22º 0.6% 0.67% -
XYZ 23.45 14.63 25.63 -
YUV 106.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 171 68 138 0 0.60 0.19 0.33 319.22 0.43 0.47
Hex AB 44 8A 0 3C 13 21 13F 2B 2F
Octal 253 104 212 0 74 23 41 477 53 57
Binary 10101011 1000100 10001010 0 111100 10011 100001 100111111 101011 101111

Color Harmonies of #AB448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB448A

Black with #AB448A

Text Example


Text Example

White with #AB448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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