Html Css Color HEX #A2477E Royal Heath

📋 copy color: '#A2477E'

red 162 ◦ green 71 ◦ blue 126

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

Shades of Royal Heath #A2477E

Tints of Royal Heath #A2477E

RGB

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

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

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

R = 45.13%
G = 19.78%
B = 35.1%

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

#A2477E (or 0xA2477E) is known color: Royal Heath. HEX triplet: A2, 47 and 7E. RGB value is (162,71,126). Sum of RGB (Red+Green+Blue) = 162+71+126=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A2477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2477E is #5DB881. Grayscale: #686868. Windows color (decimal): -6142082 or 8275874. OLE color: 8275874.

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

Color convert

RGB 162 71 126 -
CMYK 0 0.56 0.22 0.36
HSL 323.74º 0.39% 0.46% -
HSV(B) 323.74º 0.56% 0.64% -
XYZ 20.92 13.69 21.28 -
YUV 104.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 162 71 126 0 0.56 0.22 0.36 323.74 0.39 0.46
Hex A2 47 7E 0 38 16 24 144 27 2E
Octal 242 107 176 0 70 26 44 504 47 56
Binary 10100010 1000111 1111110 0 111000 10110 100100 101000100 100111 101110

Color Harmonies of #A2477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2477E

Black with #A2477E

Text Example


Text Example

White with #A2477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2477E; }

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

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

background-color css

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

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

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

border-color css

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

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

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