Html Css Color HEX #A3477C Royal Heath

📋 copy color: '#A3477C'

red 163 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #A3477C

Tints of Royal Heath #A3477C

RGB

 RED value IS 163 (64.06% from 255) = 45.53%

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

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

R = 45.53%
G = 19.83%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A3477C (or 0xA3477C) is known color: Royal Heath. HEX triplet: A3, 47 and 7C. RGB value is (163,71,124). Sum of RGB (Red+Green+Blue) = 163+71+124=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3477C is #5CB883. Grayscale: #686868. Windows color (decimal): -6076548 or 8144803. OLE color: 8144803.

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

Color convert

RGB 163 71 124 -
CMYK 0 0.56 0.24 0.36
HSL 325.43º 0.39% 0.46% -
HSV(B) 325.43º 0.56% 0.64% -
XYZ 21 13.75 20.62 -
YUV 104.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 163 71 124 0 0.56 0.24 0.36 325.43 0.39 0.46
Hex A3 47 7C 0 38 18 24 145 27 2E
Octal 243 107 174 0 70 30 44 505 47 56
Binary 10100011 1000111 1111100 0 111000 11000 100100 101000101 100111 101110

Color Harmonies of #A3477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3477C

Black with #A3477C

Text Example


Text Example

White with #A3477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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