Html Css Color HEX #AB486D Royal Heath

📋 copy color: '#AB486D'

red 171 ◦ green 72 ◦ blue 109

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

Shades of Royal Heath #AB486D

Tints of Royal Heath #AB486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.45%

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

R = 48.58%
G = 20.45%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB486D (or 0xAB486D) is known color: Royal Heath. HEX triplet: AB, 48 and 6D. RGB value is (171,72,109). Sum of RGB (Red+Green+Blue) = 171+72+109=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB486D is #54B792. Grayscale: #696969. Windows color (decimal): -5552019 or 7162027. OLE color: 7162027.

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

Color convert

RGB 171 72 109 -
CMYK 0 0.58 0.36 0.33
HSL 337.58º 0.41% 0.48% -
HSV(B) 337.58º 0.58% 0.67% -
XYZ 21.87 14.4 16.09 -
YUV 105.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 171 72 109 0 0.58 0.36 0.33 337.58 0.41 0.48
Hex AB 48 6D 0 3A 24 21 152 29 30
Octal 253 110 155 0 72 44 41 522 51 60
Binary 10101011 1001000 1101101 0 111010 100100 100001 101010010 101001 110000

Color Harmonies of #AB486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB486D

Black with #AB486D

Text Example


Text Example

White with #AB486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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