Html Css Color HEX #A4497E Royal Heath

📋 copy color: '#A4497E'

red 164 ◦ green 73 ◦ blue 126

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

Shades of Royal Heath #A4497E

Tints of Royal Heath #A4497E

RGB

 RED value IS 164 (64.45% from 255) = 45.18%

 GREEN value IS 73 (28.91% from 255) = 20.11%

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

R = 45.18%
G = 20.11%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4497E (or 0xA4497E) is known color: Royal Heath. HEX triplet: A4, 49 and 7E. RGB value is (164,73,126). Sum of RGB (Red+Green+Blue) = 164+73+126=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A4497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4497E is #5BB681. Grayscale: #6A6A6A. Windows color (decimal): -6010498 or 8276388. OLE color: 8276388.

HSL color Cylindrical-coordinate representation of color #A4497E: hue angle of 325.05º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4497E is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 73 126 -
CMYK 0 0.55 0.23 0.36
HSL 325.05º 0.38% 0.46% -
HSV(B) 325.05º 0.55% 0.64% -
XYZ 21.46 14.16 21.34 -
YUV 106.25 139.15 169.19 -
System Red Green Blue C M Y K H S L
Decimal 164 73 126 0 0.55 0.23 0.36 325.05 0.38 0.46
Hex A4 49 7E 0 37 17 24 145 26 2E
Octal 244 111 176 0 67 27 44 505 46 56
Binary 10100100 1001001 1111110 0 110111 10111 100100 101000101 100110 101110

Color Harmonies of #A4497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4497E

Black with #A4497E

Text Example


Text Example

White with #A4497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4497E; }

 p { color: rgb(164,73,126); }

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

background-color css

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

 a { background-color: rgb(164,73,126); }

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

border-color css

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

 span { border-color: rgb(164,73,126); }

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