Html Css Color HEX #A370BE Purple Mountain's Majesty

📋 copy color: '#A370BE'

red 163 ◦ green 112 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A370BE

Tints of Purple Mountain's Majesty #A370BE

RGB

 RED value IS 163 (64.06% from 255) = 35.05%

 GREEN value IS 112 (44.14% from 255) = 24.09%

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 35.05%
G = 24.09%
B = 40.86%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A370BE (or 0xA370BE) is known color: Purple Mountain's Majesty. HEX triplet: A3, 70 and BE. RGB value is (163,112,190). Sum of RGB (Red+Green+Blue) = 163+112+190=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #A370BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370BE is #5C8F41. Grayscale: #878787. Windows color (decimal): -6065986 or 12480675. OLE color: 12480675.

HSL color Cylindrical-coordinate representation of color #A370BE: hue angle of 279.23º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A370BE is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 112 190 -
CMYK 0.14 0.41 0 0.25
HSL 279.23º 0.38% 0.59% -
HSV(B) 279.23º 0.41% 0.75% -
XYZ 30.19 23.09 51.58 -
YUV 136.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 163 112 190 0.14 0.41 0 0.25 279.23 0.38 0.59
Hex A3 70 BE E 29 0 19 117 26 3B
Octal 243 160 276 16 51 0 31 427 46 73
Binary 10100011 1110000 10111110 1110 101001 0 11001 100010111 100110 111011

Color Harmonies of #A370BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A370BE

Black with #A370BE

Text Example


Text Example

White with #A370BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A370BE; }

 p { color: rgb(163,112,190); }

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

background-color css

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

 a { background-color: rgb(163,112,190); }

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

border-color css

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

 span { border-color: rgb(163,112,190); }

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