Html Css Color HEX #A3497E Royal Heath

📋 copy color: '#A3497E'

red 163 ◦ green 73 ◦ blue 126

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

Shades of Royal Heath #A3497E

Tints of Royal Heath #A3497E

RGB

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

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

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

R = 45.03%
G = 20.17%
B = 34.81%

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

#A3497E (or 0xA3497E) is known color: Royal Heath. HEX triplet: A3, 49 and 7E. RGB value is (163,73,126). Sum of RGB (Red+Green+Blue) = 163+73+126=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A3497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3497E is #5CB681. Grayscale: #696969. Windows color (decimal): -6076034 or 8276387. OLE color: 8276387.

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

Color convert

RGB 163 73 126 -
CMYK 0 0.55 0.23 0.36
HSL 324.67º 0.38% 0.46% -
HSV(B) 324.67º 0.55% 0.64% -
XYZ 21.25 14.06 21.33 -
YUV 105.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 163 73 126 0 0.55 0.23 0.36 324.67 0.38 0.46
Hex A3 49 7E 0 37 17 24 145 26 2E
Octal 243 111 176 0 67 27 44 505 46 56
Binary 10100011 1001001 1111110 0 110111 10111 100100 101000101 100110 101110

Color Harmonies of #A3497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3497E

Black with #A3497E

Text Example


Text Example

White with #A3497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3497E; }

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

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

background-color css

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

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

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

border-color css

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

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

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