Html Css Color HEX #AB4575 Royal Heath

📋 copy color: '#AB4575'

red 171 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #AB4575

Tints of Royal Heath #AB4575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.33%

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

R = 47.9%
G = 19.33%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB4575 (or 0xAB4575) is known color: Royal Heath. HEX triplet: AB, 45 and 75. RGB value is (171,69,117). Sum of RGB (Red+Green+Blue) = 171+69+117=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4575 is #54BA8A. Grayscale: #686868. Windows color (decimal): -5552779 or 7685547. OLE color: 7685547.

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

Color convert

RGB 171 69 117 -
CMYK 0 0.60 0.32 0.33
HSL 331.76º 0.43% 0.47% -
HSV(B) 331.76º 0.6% 0.67% -
XYZ 22.13 14.2 18.4 -
YUV 104.97 134.79 175.1 -
System Red Green Blue C M Y K H S L
Decimal 171 69 117 0 0.60 0.32 0.33 331.76 0.43 0.47
Hex AB 45 75 0 3C 20 21 14C 2A 2F
Octal 253 105 165 0 74 40 41 514 52 57
Binary 10101011 1000101 1110101 0 111100 100000 100001 101001100 101010 101111

Color Harmonies of #AB4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4575

Black with #AB4575

Text Example


Text Example

White with #AB4575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4575; }

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

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

background-color css

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

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

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

border-color css

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

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

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