Html Css Color HEX #A8467D Royal Heath

📋 copy color: '#A8467D'

red 168 ◦ green 70 ◦ blue 125

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

Shades of Royal Heath #A8467D

Tints of Royal Heath #A8467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.28%

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

R = 46.28%
G = 19.28%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8467D (or 0xA8467D) is known color: Royal Heath. HEX triplet: A8, 46 and 7D. RGB value is (168,70,125). Sum of RGB (Red+Green+Blue) = 168+70+125=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8467D is #57B982. Grayscale: #696969. Windows color (decimal): -5749123 or 8210088. OLE color: 8210088.

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

Color convert

RGB 168 70 125 -
CMYK 0 0.58 0.26 0.34
HSL 326.33º 0.41% 0.47% -
HSV(B) 326.33º 0.58% 0.66% -
XYZ 22.04 14.19 20.98 -
YUV 105.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 168 70 125 0 0.58 0.26 0.34 326.33 0.41 0.47
Hex A8 46 7D 0 3A 1A 22 146 29 2F
Octal 250 106 175 0 72 32 42 506 51 57
Binary 10101000 1000110 1111101 0 111010 11010 100010 101000110 101001 101111

Color Harmonies of #A8467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8467D

Black with #A8467D

Text Example


Text Example

White with #A8467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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