Html Css Color HEX #A04B7E Royal Heath

📋 copy color: '#A04B7E'

red 160 ◦ green 75 ◦ blue 126

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

Shades of Royal Heath #A04B7E

Tints of Royal Heath #A04B7E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.78%

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 44.32%
G = 20.78%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A04B7E (or 0xA04B7E) is known color: Royal Heath. HEX triplet: A0, 4B and 7E. RGB value is (160,75,126). Sum of RGB (Red+Green+Blue) = 160+75+126=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04B7E is #5FB481. Grayscale: #6A6A6A. Windows color (decimal): -6272130 or 8276896. OLE color: 8276896.

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

Color convert

RGB 160 75 126 -
CMYK 0 0.53 0.21 0.37
HSL 324º 0.36% 0.46% -
HSV(B) 324º 0.53% 0.63% -
XYZ 20.78 14.01 21.35 -
YUV 106.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 160 75 126 0 0.53 0.21 0.37 324 0.36 0.46
Hex A0 4B 7E 0 35 15 25 144 24 2E
Octal 240 113 176 0 65 25 45 504 44 56
Binary 10100000 1001011 1111110 0 110101 10101 100101 101000100 100100 101110

Color Harmonies of #A04B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04B7E

Black with #A04B7E

Text Example


Text Example

White with #A04B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04B7E; }

 p { color: rgb(160,75,126); }

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

background-color css

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

 a { background-color: rgb(160,75,126); }

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

border-color css

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

 span { border-color: rgb(160,75,126); }

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