Html Css Color HEX #AB5374 Royal Heath

📋 copy color: '#AB5374'

red 171 ◦ green 83 ◦ blue 116

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

Shades of Royal Heath #AB5374

Tints of Royal Heath #AB5374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.43%

 BLUE value IS 116 (45.7% from 255) = 31.35%

R = 46.22%
G = 22.43%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB5374 (or 0xAB5374) is known color: Royal Heath. HEX triplet: AB, 53 and 74. RGB value is (171,83,116). Sum of RGB (Red+Green+Blue) = 171+83+116=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5374 is #54AC8B. Grayscale: #717171. Windows color (decimal): -5549196 or 7623595. OLE color: 7623595.

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

Color convert

RGB 171 83 116 -
CMYK 0 0.51 0.32 0.33
HSL 337.5º 0.35% 0.5% -
HSV(B) 337.5º 0.51% 0.67% -
XYZ 23.04 16.11 18.42 -
YUV 113.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 171 83 116 0 0.51 0.32 0.33 337.5 0.35 0.5
Hex AB 53 74 0 33 20 21 152 23 32
Octal 253 123 164 0 63 40 41 522 43 62
Binary 10101011 1010011 1110100 0 110011 100000 100001 101010010 100011 110010

Color Harmonies of #AB5374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5374

Black with #AB5374

Text Example


Text Example

White with #AB5374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5374; }

 p { color: rgb(171,83,116); }

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

background-color css

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

 a { background-color: rgb(171,83,116); }

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

border-color css

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

 span { border-color: rgb(171,83,116); }

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