Html Css Color HEX #A8497B Royal Heath

📋 copy color: '#A8497B'

red 168 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #A8497B

Tints of Royal Heath #A8497B

RGB

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

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

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

R = 46.15%
G = 20.05%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8497B (or 0xA8497B) is known color: Royal Heath. HEX triplet: A8, 49 and 7B. RGB value is (168,73,123). Sum of RGB (Red+Green+Blue) = 168+73+123=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A8497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8497B is #57B684. Grayscale: #6B6B6B. Windows color (decimal): -5748357 or 8079784. OLE color: 8079784.

HSL color Cylindrical-coordinate representation of color #A8497B: hue angle of 328.42º 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 #A8497B is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 123 -
CMYK 0 0.57 0.27 0.34
HSL 328.42º 0.39% 0.47% -
HSV(B) 328.42º 0.57% 0.66% -
XYZ 22.11 14.52 20.38 -
YUV 107.11 136.97 171.43 -
System Red Green Blue C M Y K H S L
Decimal 168 73 123 0 0.57 0.27 0.34 328.42 0.39 0.47
Hex A8 49 7B 0 39 1B 22 148 27 2F
Octal 250 111 173 0 71 33 42 510 47 57
Binary 10101000 1001001 1111011 0 111001 11011 100010 101001000 100111 101111

Color Harmonies of #A8497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8497B

Black with #A8497B

Text Example


Text Example

White with #A8497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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