Html Css Color HEX #A2477F Royal Heath

📋 copy color: '#A2477F'

red 162 ◦ green 71 ◦ blue 127

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

Shades of Royal Heath #A2477F

Tints of Royal Heath #A2477F

RGB

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

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

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

R = 45%
G = 19.72%
B = 35.28%

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

#A2477F (or 0xA2477F) is known color: Royal Heath. HEX triplet: A2, 47 and 7F. RGB value is (162,71,127). Sum of RGB (Red+Green+Blue) = 162+71+127=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A2477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2477F is #5DB880. Grayscale: #686868. Windows color (decimal): -6142081 or 8341410. OLE color: 8341410.

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

Color convert

RGB 162 71 127 -
CMYK 0 0.56 0.22 0.36
HSL 323.08º 0.39% 0.46% -
HSV(B) 323.08º 0.56% 0.64% -
XYZ 20.98 13.72 21.62 -
YUV 104.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 162 71 127 0 0.56 0.22 0.36 323.08 0.39 0.46
Hex A2 47 7F 0 38 16 24 143 27 2E
Octal 242 107 177 0 70 26 44 503 47 56
Binary 10100010 1000111 1111111 0 111000 10110 100100 101000011 100111 101110

Color Harmonies of #A2477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2477F

Black with #A2477F

Text Example


Text Example

White with #A2477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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