Html Css Color HEX #A3497D Royal Heath

📋 copy color: '#A3497D'

red 163 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #A3497D

Tints of Royal Heath #A3497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 45.15%
G = 20.22%
B = 34.63%

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

#A3497D (or 0xA3497D) is known color: Royal Heath. HEX triplet: A3, 49 and 7D. RGB value is (163,73,125). Sum of RGB (Red+Green+Blue) = 163+73+125=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A3497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3497D is #5CB682. Grayscale: #696969. Windows color (decimal): -6076035 or 8210851. OLE color: 8210851.

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

Color convert

RGB 163 73 125 -
CMYK 0 0.55 0.23 0.36
HSL 325.33º 0.38% 0.46% -
HSV(B) 325.33º 0.55% 0.64% -
XYZ 21.19 14.03 20.99 -
YUV 105.84 138.82 168.77 -
System Red Green Blue C M Y K H S L
Decimal 163 73 125 0 0.55 0.23 0.36 325.33 0.38 0.46
Hex A3 49 7D 0 37 17 24 145 26 2E
Octal 243 111 175 0 67 27 44 505 46 56
Binary 10100011 1001001 1111101 0 110111 10111 100100 101000101 100110 101110

Color Harmonies of #A3497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3497D

Black with #A3497D

Text Example


Text Example

White with #A3497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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