Html Css Color HEX #A0447D Royal Heath

📋 copy color: '#A0447D'

red 160 ◦ green 68 ◦ blue 125

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

Shades of Royal Heath #A0447D

Tints of Royal Heath #A0447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.26%

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

R = 45.33%
G = 19.26%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0447D (or 0xA0447D) is known color: Royal Heath. HEX triplet: A0, 44 and 7D. RGB value is (160,68,125). Sum of RGB (Red+Green+Blue) = 160+68+125=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0447D is #5FBB82. Grayscale: #656565. Windows color (decimal): -6273923 or 8209568. OLE color: 8209568.

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

Color convert

RGB 160 68 125 -
CMYK 0 0.57 0.22 0.37
HSL 322.83º 0.4% 0.45% -
HSV(B) 322.83º 0.58% 0.63% -
XYZ 20.27 13.09 20.86 -
YUV 102.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 160 68 125 0 0.57 0.22 0.37 322.83 0.4 0.45
Hex A0 44 7D 0 39 16 25 143 28 2D
Octal 240 104 175 0 71 26 45 503 50 55
Binary 10100000 1000100 1111101 0 111001 10110 100101 101000011 101000 101101

Color Harmonies of #A0447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0447D

Black with #A0447D

Text Example


Text Example

White with #A0447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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