Html Css Color HEX #AB5372 Royal Heath

📋 copy color: '#AB5372'

red 171 ◦ green 83 ◦ blue 114

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

Shades of Royal Heath #AB5372

Tints of Royal Heath #AB5372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 46.47%
G = 22.55%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB5372 (or 0xAB5372) is known color: Royal Heath. HEX triplet: AB, 53 and 72. RGB value is (171,83,114). Sum of RGB (Red+Green+Blue) = 171+83+114=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5372 is #54AC8D. Grayscale: #707070. Windows color (decimal): -5549198 or 7492523. OLE color: 7492523.

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

Color convert

RGB 171 83 114 -
CMYK 0 0.51 0.33 0.33
HSL 338.86º 0.35% 0.5% -
HSV(B) 338.86º 0.51% 0.67% -
XYZ 22.93 16.06 17.81 -
YUV 112.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 171 83 114 0 0.51 0.33 0.33 338.86 0.35 0.5
Hex AB 53 72 0 33 21 21 153 23 32
Octal 253 123 162 0 63 41 41 523 43 62
Binary 10101011 1010011 1110010 0 110011 100001 100001 101010011 100011 110010

Color Harmonies of #AB5372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5372

Black with #AB5372

Text Example


Text Example

White with #AB5372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5372; }

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

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

background-color css

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

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

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

border-color css

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

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

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