Html Css Color HEX #A3497F Royal Heath

📋 copy color: '#A3497F'

red 163 ◦ green 73 ◦ blue 127

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

Shades of Royal Heath #A3497F

Tints of Royal Heath #A3497F

RGB

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

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

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

R = 44.9%
G = 20.11%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3497F (or 0xA3497F) is known color: Royal Heath. HEX triplet: A3, 49 and 7F. RGB value is (163,73,127). Sum of RGB (Red+Green+Blue) = 163+73+127=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A3497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3497F is #5CB680. Grayscale: #696969. Windows color (decimal): -6076033 or 8341923. OLE color: 8341923.

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

Color convert

RGB 163 73 127 -
CMYK 0 0.55 0.22 0.36
HSL 324º 0.38% 0.46% -
HSV(B) 324º 0.55% 0.64% -
XYZ 21.32 14.08 21.67 -
YUV 106.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 163 73 127 0 0.55 0.22 0.36 324 0.38 0.46
Hex A3 49 7F 0 37 16 24 144 26 2E
Octal 243 111 177 0 67 26 44 504 46 56
Binary 10100011 1001001 1111111 0 110111 10110 100100 101000100 100110 101110

Color Harmonies of #A3497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3497F

Black with #A3497F

Text Example


Text Example

White with #A3497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3497F; }

 p { color: rgb(163,73,127); }

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

background-color css

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

 a { background-color: rgb(163,73,127); }

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

border-color css

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

 span { border-color: rgb(163,73,127); }

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