Html Css Color HEX #A8437D Royal Heath

📋 copy color: '#A8437D'

red 168 ◦ green 67 ◦ blue 125

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

Shades of Royal Heath #A8437D

Tints of Royal Heath #A8437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.61%

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

R = 46.67%
G = 18.61%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8437D (or 0xA8437D) is known color: Royal Heath. HEX triplet: A8, 43 and 7D. RGB value is (168,67,125). Sum of RGB (Red+Green+Blue) = 168+67+125=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8437D is #57BC82. Grayscale: #676767. Windows color (decimal): -5749891 or 8209320. OLE color: 8209320.

HSL color Cylindrical-coordinate representation of color #A8437D: hue angle of 325.54º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8437D is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 67 125 -
CMYK 0 0.60 0.26 0.34
HSL 325.54º 0.43% 0.46% -
HSV(B) 325.54º 0.6% 0.66% -
XYZ 21.86 13.82 20.92 -
YUV 103.81 139.96 173.78 -
System Red Green Blue C M Y K H S L
Decimal 168 67 125 0 0.60 0.26 0.34 325.54 0.43 0.46
Hex A8 43 7D 0 3C 1A 22 146 2B 2E
Octal 250 103 175 0 74 32 42 506 53 56
Binary 10101000 1000011 1111101 0 111100 11010 100010 101000110 101011 101110

Color Harmonies of #A8437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8437D

Black with #A8437D

Text Example


Text Example

White with #A8437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8437D; }

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

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

background-color css

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

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

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

border-color css

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

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

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