Html Css Color HEX #A0437D Royal Heath

📋 copy color: '#A0437D'

red 160 ◦ green 67 ◦ blue 125

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

Shades of Royal Heath #A0437D

Tints of Royal Heath #A0437D

RGB

 RED value IS 160 (62.89% from 255) = 45.45%

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

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

R = 45.45%
G = 19.03%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0437D (or 0xA0437D) is known color: Royal Heath. HEX triplet: A0, 43 and 7D. RGB value is (160,67,125). Sum of RGB (Red+Green+Blue) = 160+67+125=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0437D is #5FBC82. Grayscale: #656565. Windows color (decimal): -6274179 or 8209312. OLE color: 8209312.

HSL color Cylindrical-coordinate representation of color #A0437D: hue angle of 322.58º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0437D is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 67 125 -
CMYK 0 0.58 0.22 0.37
HSL 322.58º 0.41% 0.45% -
HSV(B) 322.58º 0.58% 0.63% -
XYZ 20.21 12.97 20.84 -
YUV 101.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 160 67 125 0 0.58 0.22 0.37 322.58 0.41 0.45
Hex A0 43 7D 0 3A 16 25 143 29 2D
Octal 240 103 175 0 72 26 45 503 51 55
Binary 10100000 1000011 1111101 0 111010 10110 100101 101000011 101001 101101

Color Harmonies of #A0437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0437D

Black with #A0437D

Text Example


Text Example

White with #A0437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0437D; }

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

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

background-color css

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

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

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

border-color css

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

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

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