Html Css Color HEX #A0437C Royal Heath

📋 copy color: '#A0437C'

red 160 ◦ green 67 ◦ blue 124

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

Shades of Royal Heath #A0437C

Tints of Royal Heath #A0437C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 45.58%
G = 19.09%
B = 35.33%

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

#A0437C (or 0xA0437C) is known color: Royal Heath. HEX triplet: A0, 43 and 7C. RGB value is (160,67,124). Sum of RGB (Red+Green+Blue) = 160+67+124=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0437C is #5FBC83. Grayscale: #656565. Windows color (decimal): -6274180 or 8143776. OLE color: 8143776.

HSL color Cylindrical-coordinate representation of color #A0437C: hue angle of 323.23º 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 #A0437C is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 67 124 -
CMYK 0 0.58 0.22 0.37
HSL 323.23º 0.41% 0.45% -
HSV(B) 323.23º 0.58% 0.63% -
XYZ 20.14 12.94 20.51 -
YUV 101.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 160 67 124 0 0.58 0.22 0.37 323.23 0.41 0.45
Hex A0 43 7C 0 3A 16 25 143 29 2D
Octal 240 103 174 0 72 26 45 503 51 55
Binary 10100000 1000011 1111100 0 111010 10110 100101 101000011 101001 101101

Color Harmonies of #A0437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0437C

Black with #A0437C

Text Example


Text Example

White with #A0437C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0437C; }

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

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

background-color css

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

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

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

border-color css

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

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

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