Html Css Color HEX #A2477C Royal Heath

📋 copy color: '#A2477C'

red 162 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #A2477C

Tints of Royal Heath #A2477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

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

R = 45.38%
G = 19.89%
B = 34.73%

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

#A2477C (or 0xA2477C) is known color: Royal Heath. HEX triplet: A2, 47 and 7C. RGB value is (162,71,124). Sum of RGB (Red+Green+Blue) = 162+71+124=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2477C is #5DB883. Grayscale: #686868. Windows color (decimal): -6142084 or 8144802. OLE color: 8144802.

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

Color convert

RGB 162 71 124 -
CMYK 0 0.56 0.23 0.36
HSL 325.05º 0.39% 0.46% -
HSV(B) 325.05º 0.56% 0.64% -
XYZ 20.79 13.64 20.61 -
YUV 104.25 139.15 169.19 -
System Red Green Blue C M Y K H S L
Decimal 162 71 124 0 0.56 0.23 0.36 325.05 0.39 0.46
Hex A2 47 7C 0 38 17 24 145 27 2E
Octal 242 107 174 0 70 27 44 505 47 56
Binary 10100010 1000111 1111100 0 111000 10111 100100 101000101 100111 101110

Color Harmonies of #A2477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2477C

Black with #A2477C

Text Example


Text Example

White with #A2477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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