Html Css Color HEX #AB4C6D Royal Heath

📋 copy color: '#AB4C6D'

red 171 ◦ green 76 ◦ blue 109

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

Shades of Royal Heath #AB4C6D

Tints of Royal Heath #AB4C6D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.35%

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 48.03%
G = 21.35%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB4C6D (or 0xAB4C6D) is known color: Royal Heath. HEX triplet: AB, 4C and 6D. RGB value is (171,76,109). Sum of RGB (Red+Green+Blue) = 171+76+109=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4C6D is #54B392. Grayscale: #6C6C6C. Windows color (decimal): -5550995 or 7163051. OLE color: 7163051.

HSL color Cylindrical-coordinate representation of color #AB4C6D: hue angle of 339.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4C6D is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 76 109 -
CMYK 0 0.56 0.36 0.33
HSL 339.16º 0.38% 0.48% -
HSV(B) 339.16º 0.56% 0.67% -
XYZ 22.14 14.93 16.18 -
YUV 108.17 128.47 172.82 -
System Red Green Blue C M Y K H S L
Decimal 171 76 109 0 0.56 0.36 0.33 339.16 0.38 0.48
Hex AB 4C 6D 0 38 24 21 153 26 30
Octal 253 114 155 0 70 44 41 523 46 60
Binary 10101011 1001100 1101101 0 111000 100100 100001 101010011 100110 110000

Color Harmonies of #AB4C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4C6D

Black with #AB4C6D

Text Example


Text Example

White with #AB4C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4C6D; }

 p { color: rgb(171,76,109); }

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

background-color css

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

 a { background-color: rgb(171,76,109); }

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

border-color css

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

 span { border-color: rgb(171,76,109); }

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