Html Css Color HEX #A073B8 Purple Mountain's Majesty

📋 copy color: '#A073B8'

red 160 ◦ green 115 ◦ blue 184

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

Shades of Purple Mountain's Majesty #A073B8

Tints of Purple Mountain's Majesty #A073B8

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.05%

 BLUE value IS 184 (72.27% from 255) = 40.09%

R = 34.86%
G = 25.05%
B = 40.09%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A073B8 (or 0xA073B8) is known color: Purple Mountain's Majesty. HEX triplet: A0, 73 and B8. RGB value is (160,115,184). Sum of RGB (Red+Green+Blue) = 160+115+184=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 184 - color contains mainly: blue. Hex color #A073B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073B8 is #5F8C47. Grayscale: #888888. Windows color (decimal): -6261832 or 12088224. OLE color: 12088224.

HSL color Cylindrical-coordinate representation of color #A073B8: hue angle of 279.13º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A073B8 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 115 184 -
CMYK 0.13 0.38 0 0.28
HSL 279.13º 0.33% 0.59% -
HSV(B) 279.13º 0.38% 0.72% -
XYZ 29.28 23.2 48.28 -
YUV 136.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 160 115 184 0.13 0.38 0 0.28 279.13 0.33 0.59
Hex A0 73 B8 D 26 0 1C 117 21 3B
Octal 240 163 270 15 46 0 34 427 41 73
Binary 10100000 1110011 10111000 1101 100110 0 11100 100010111 100001 111011

Color Harmonies of #A073B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073B8

Black with #A073B8

Text Example


Text Example

White with #A073B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073B8; }

 p { color: rgb(160,115,184); }

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

background-color css

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

 a { background-color: rgb(160,115,184); }

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

border-color css

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

 span { border-color: rgb(160,115,184); }

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