Html Css Color HEX #A0457D Royal Heath

📋 copy color: '#A0457D'

red 160 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #A0457D

Tints of Royal Heath #A0457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.49%

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

R = 45.2%
G = 19.49%
B = 35.31%

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

#A0457D (or 0xA0457D) is known color: Royal Heath. HEX triplet: A0, 45 and 7D. RGB value is (160,69,125). Sum of RGB (Red+Green+Blue) = 160+69+125=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0457D is #5FBA82. Grayscale: #666666. Windows color (decimal): -6273667 or 8209824. OLE color: 8209824.

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

Color convert

RGB 160 69 125 -
CMYK 0 0.57 0.22 0.37
HSL 323.08º 0.4% 0.45% -
HSV(B) 323.08º 0.57% 0.63% -
XYZ 20.33 13.21 20.88 -
YUV 102.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 160 69 125 0 0.57 0.22 0.37 323.08 0.4 0.45
Hex A0 45 7D 0 39 16 25 143 28 2D
Octal 240 105 175 0 71 26 45 503 50 55
Binary 10100000 1000101 1111101 0 111001 10110 100101 101000011 101000 101101

Color Harmonies of #A0457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0457D

Black with #A0457D

Text Example


Text Example

White with #A0457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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