Html Css Color HEX #AB486F Royal Heath

📋 copy color: '#AB486F'

red 171 ◦ green 72 ◦ blue 111

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

Shades of Royal Heath #AB486F

Tints of Royal Heath #AB486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.36%

R = 48.31%
G = 20.34%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB486F (or 0xAB486F) is known color: Royal Heath. HEX triplet: AB, 48 and 6F. RGB value is (171,72,111). Sum of RGB (Red+Green+Blue) = 171+72+111=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB486F is #54B790. Grayscale: #696969. Windows color (decimal): -5552017 or 7293099. OLE color: 7293099.

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

Color convert

RGB 171 72 111 -
CMYK 0 0.58 0.35 0.33
HSL 336.36º 0.41% 0.48% -
HSV(B) 336.36º 0.58% 0.67% -
XYZ 21.98 14.44 16.67 -
YUV 106.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 171 72 111 0 0.58 0.35 0.33 336.36 0.41 0.48
Hex AB 48 6F 0 3A 23 21 150 29 30
Octal 253 110 157 0 72 43 41 520 51 60
Binary 10101011 1001000 1101111 0 111010 100011 100001 101010000 101001 110000

Color Harmonies of #AB486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB486F

Black with #AB486F

Text Example


Text Example

White with #AB486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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