Html Css Color HEX #AB5475 Royal Heath

📋 copy color: '#AB5475'

red 171 ◦ green 84 ◦ blue 117

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

Shades of Royal Heath #AB5475

Tints of Royal Heath #AB5475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.58%

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 45.97%
G = 22.58%
B = 31.45%

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

#AB5475 (or 0xAB5475) is known color: Royal Heath. HEX triplet: AB, 54 and 75. RGB value is (171,84,117). Sum of RGB (Red+Green+Blue) = 171+84+117=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5475 is #54AB8A. Grayscale: #717171. Windows color (decimal): -5548939 or 7689387. OLE color: 7689387.

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

Color convert

RGB 171 84 117 -
CMYK 0 0.51 0.32 0.33
HSL 337.24º 0.34% 0.5% -
HSV(B) 337.24º 0.51% 0.67% -
XYZ 23.18 16.28 18.75 -
YUV 113.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 171 84 117 0 0.51 0.32 0.33 337.24 0.34 0.5
Hex AB 54 75 0 33 20 21 151 22 32
Octal 253 124 165 0 63 40 41 521 42 62
Binary 10101011 1010100 1110101 0 110011 100000 100001 101010001 100010 110010

Color Harmonies of #AB5475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5475

Black with #AB5475

Text Example


Text Example

White with #AB5475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5475; }

 p { color: rgb(171,84,117); }

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

background-color css

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

 a { background-color: rgb(171,84,117); }

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

border-color css

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

 span { border-color: rgb(171,84,117); }

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