Html Css Color HEX #AB487E Royal Heath

📋 copy color: '#AB487E'

red 171 ◦ green 72 ◦ blue 126

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

Shades of Royal Heath #AB487E

Tints of Royal Heath #AB487E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 46.34%
G = 19.51%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB487E (or 0xAB487E) is known color: Royal Heath. HEX triplet: AB, 48 and 7E. RGB value is (171,72,126). Sum of RGB (Red+Green+Blue) = 171+72+126=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB487E is #54B781. Grayscale: #6B6B6B. Windows color (decimal): -5552002 or 8276139. OLE color: 8276139.

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

Color convert

RGB 171 72 126 -
CMYK 0 0.58 0.26 0.33
HSL 327.27º 0.41% 0.48% -
HSV(B) 327.27º 0.58% 0.67% -
XYZ 22.88 14.8 21.39 -
YUV 107.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 171 72 126 0 0.58 0.26 0.33 327.27 0.41 0.48
Hex AB 48 7E 0 3A 1A 21 147 29 30
Octal 253 110 176 0 72 32 41 507 51 60
Binary 10101011 1001000 1111110 0 111010 11010 100001 101000111 101001 110000

Color Harmonies of #AB487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB487E

Black with #AB487E

Text Example


Text Example

White with #AB487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB487E; }

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

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

background-color css

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

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

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

border-color css

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

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

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