Html Css Color HEX #A0467C Royal Heath

📋 copy color: '#A0467C'

red 160 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #A0467C

Tints of Royal Heath #A0467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.77%

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

R = 45.2%
G = 19.77%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0467C (or 0xA0467C) is known color: Royal Heath. HEX triplet: A0, 46 and 7C. RGB value is (160,70,124). Sum of RGB (Red+Green+Blue) = 160+70+124=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0467C is #5FB983. Grayscale: #666666. Windows color (decimal): -6273412 or 8144544. OLE color: 8144544.

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

Color convert

RGB 160 70 124 -
CMYK 0 0.56 0.22 0.37
HSL 324º 0.39% 0.45% -
HSV(B) 324º 0.56% 0.63% -
XYZ 20.33 13.31 20.57 -
YUV 103.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 160 70 124 0 0.56 0.22 0.37 324 0.39 0.45
Hex A0 46 7C 0 38 16 25 144 27 2D
Octal 240 106 174 0 70 26 45 504 47 55
Binary 10100000 1000110 1111100 0 111000 10110 100101 101000100 100111 101101

Color Harmonies of #A0467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0467C

Black with #A0467C

Text Example


Text Example

White with #A0467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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