Html Css Color HEX #AB5279 Royal Heath

📋 copy color: '#AB5279'

red 171 ◦ green 82 ◦ blue 121

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

Shades of Royal Heath #AB5279

Tints of Royal Heath #AB5279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 45.72%
G = 21.93%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB5279 (or 0xAB5279) is known color: Royal Heath. HEX triplet: AB, 52 and 79. RGB value is (171,82,121). Sum of RGB (Red+Green+Blue) = 171+82+121=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5279 is #54AD86. Grayscale: #707070. Windows color (decimal): -5549447 or 7951019. OLE color: 7951019.

HSL color Cylindrical-coordinate representation of color #AB5279: hue angle of 333.71º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB5279 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 82 121 -
CMYK 0 0.52 0.29 0.33
HSL 333.71º 0.35% 0.5% -
HSV(B) 333.71º 0.52% 0.67% -
XYZ 23.26 16.07 19.97 -
YUV 113.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 171 82 121 0 0.52 0.29 0.33 333.71 0.35 0.5
Hex AB 52 79 0 34 1D 21 14E 23 32
Octal 253 122 171 0 64 35 41 516 43 62
Binary 10101011 1010010 1111001 0 110100 11101 100001 101001110 100011 110010

Color Harmonies of #AB5279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5279

Black with #AB5279

Text Example


Text Example

White with #AB5279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5279; }

 p { color: rgb(171,82,121); }

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

background-color css

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

 a { background-color: rgb(171,82,121); }

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

border-color css

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

 span { border-color: rgb(171,82,121); }

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