Html Css Color HEX #A2487C Royal Heath

📋 copy color: '#A2487C'

red 162 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #A2487C

Tints of Royal Heath #A2487C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 45.25%
G = 20.11%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2487C (or 0xA2487C) is known color: Royal Heath. HEX triplet: A2, 48 and 7C. RGB value is (162,72,124). Sum of RGB (Red+Green+Blue) = 162+72+124=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A2487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2487C is #5DB783. Grayscale: #686868. Windows color (decimal): -6141828 or 8145058. OLE color: 8145058.

HSL color Cylindrical-coordinate representation of color #A2487C: hue angle of 325.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 #A2487C is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 72 124 -
CMYK 0 0.56 0.23 0.36
HSL 325.33º 0.38% 0.46% -
HSV(B) 325.33º 0.56% 0.64% -
XYZ 20.86 13.77 20.63 -
YUV 104.84 138.82 168.77 -
System Red Green Blue C M Y K H S L
Decimal 162 72 124 0 0.56 0.23 0.36 325.33 0.38 0.46
Hex A2 48 7C 0 38 17 24 145 26 2E
Octal 242 110 174 0 70 27 44 505 46 56
Binary 10100010 1001000 1111100 0 111000 10111 100100 101000101 100110 101110

Color Harmonies of #A2487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2487C

Black with #A2487C

Text Example


Text Example

White with #A2487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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