Html Css Color HEX #A8497D Royal Heath

📋 copy color: '#A8497D'

red 168 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #A8497D

Tints of Royal Heath #A8497D

RGB

 RED value IS 168 (66.02% from 255) = 45.9%

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

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

R = 45.9%
G = 19.95%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8497D (or 0xA8497D) is known color: Royal Heath. HEX triplet: A8, 49 and 7D. RGB value is (168,73,125). Sum of RGB (Red+Green+Blue) = 168+73+125=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A8497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8497D is #57B682. Grayscale: #6B6B6B. Windows color (decimal): -5748355 or 8210856. OLE color: 8210856.

HSL color Cylindrical-coordinate representation of color #A8497D: hue angle of 327.16º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8497D is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 125 -
CMYK 0 0.57 0.26 0.34
HSL 327.16º 0.39% 0.47% -
HSV(B) 327.16º 0.57% 0.66% -
XYZ 22.23 14.57 21.04 -
YUV 107.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 168 73 125 0 0.57 0.26 0.34 327.16 0.39 0.47
Hex A8 49 7D 0 39 1A 22 147 27 2F
Octal 250 111 175 0 71 32 42 507 47 57
Binary 10101000 1001001 1111101 0 111001 11010 100010 101000111 100111 101111

Color Harmonies of #A8497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8497D

Black with #A8497D

Text Example


Text Example

White with #A8497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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