Html Css Color HEX #A2487F Royal Heath

📋 copy color: '#A2487F'

red 162 ◦ green 72 ◦ blue 127

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

Shades of Royal Heath #A2487F

Tints of Royal Heath #A2487F

RGB

 RED value IS 162 (63.67% from 255) = 44.88%

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

 BLUE value IS 127 (50% from 255) = 35.18%

R = 44.88%
G = 19.94%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2487F (or 0xA2487F) is known color: Royal Heath. HEX triplet: A2, 48 and 7F. RGB value is (162,72,127). Sum of RGB (Red+Green+Blue) = 162+72+127=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A2487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2487F is #5DB780. Grayscale: #696969. Windows color (decimal): -6141825 or 8341666. OLE color: 8341666.

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

Color convert

RGB 162 72 127 -
CMYK 0 0.56 0.22 0.36
HSL 323.33º 0.38% 0.46% -
HSV(B) 323.33º 0.56% 0.64% -
XYZ 21.05 13.85 21.64 -
YUV 105.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 162 72 127 0 0.56 0.22 0.36 323.33 0.38 0.46
Hex A2 48 7F 0 38 16 24 143 26 2E
Octal 242 110 177 0 70 26 44 503 46 56
Binary 10100010 1001000 1111111 0 111000 10110 100100 101000011 100110 101110

Color Harmonies of #A2487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2487F

Black with #A2487F

Text Example


Text Example

White with #A2487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2487F; }

 p { color: rgb(162,72,127); }

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

background-color css

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

 a { background-color: rgb(162,72,127); }

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

border-color css

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

 span { border-color: rgb(162,72,127); }

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