Html Css Color HEX #A3497B Royal Heath

📋 copy color: '#A3497B'

red 163 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #A3497B

Tints of Royal Heath #A3497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.26%

R = 45.4%
G = 20.33%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3497B (or 0xA3497B) is known color: Royal Heath. HEX triplet: A3, 49 and 7B. RGB value is (163,73,123). Sum of RGB (Red+Green+Blue) = 163+73+123=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3497B is #5CB684. Grayscale: #696969. Windows color (decimal): -6076037 or 8079779. OLE color: 8079779.

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

Color convert

RGB 163 73 123 -
CMYK 0 0.55 0.25 0.36
HSL 326.67º 0.38% 0.46% -
HSV(B) 326.67º 0.55% 0.64% -
XYZ 21.06 13.98 20.33 -
YUV 105.61 137.82 168.93 -
System Red Green Blue C M Y K H S L
Decimal 163 73 123 0 0.55 0.25 0.36 326.67 0.38 0.46
Hex A3 49 7B 0 37 19 24 147 26 2E
Octal 243 111 173 0 67 31 44 507 46 56
Binary 10100011 1001001 1111011 0 110111 11001 100100 101000111 100110 101110

Color Harmonies of #A3497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3497B

Black with #A3497B

Text Example


Text Example

White with #A3497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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