Html Css Color HEX #A0427C Royal Heath

📋 copy color: '#A0427C'

red 160 ◦ green 66 ◦ blue 124

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

Shades of Royal Heath #A0427C

Tints of Royal Heath #A0427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

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

R = 45.71%
G = 18.86%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0427C (or 0xA0427C) is known color: Royal Heath. HEX triplet: A0, 42 and 7C. RGB value is (160,66,124). Sum of RGB (Red+Green+Blue) = 160+66+124=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0427C is #5FBD83. Grayscale: #646464. Windows color (decimal): -6274436 or 8143520. OLE color: 8143520.

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

Color convert

RGB 160 66 124 -
CMYK 0 0.59 0.22 0.37
HSL 322.98º 0.42% 0.44% -
HSV(B) 322.98º 0.59% 0.63% -
XYZ 20.08 12.83 20.49 -
YUV 100.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 160 66 124 0 0.59 0.22 0.37 322.98 0.42 0.44
Hex A0 42 7C 0 3B 16 25 143 2A 2C
Octal 240 102 174 0 73 26 45 503 52 54
Binary 10100000 1000010 1111100 0 111011 10110 100101 101000011 101010 101100

Color Harmonies of #A0427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0427C

Black with #A0427C

Text Example


Text Example

White with #A0427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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