Html Css Color HEX #A370BC Purple Mountain's Majesty

📋 copy color: '#A370BC'

red 163 ◦ green 112 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A370BC

Tints of Purple Mountain's Majesty #A370BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 35.21%
G = 24.19%
B = 40.6%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A370BC (or 0xA370BC) is known color: Purple Mountain's Majesty. HEX triplet: A3, 70 and BC. RGB value is (163,112,188). Sum of RGB (Red+Green+Blue) = 163+112+188=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #A370BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370BC is #5C8F43. Grayscale: #878787. Windows color (decimal): -6065988 or 12349603. OLE color: 12349603.

HSL color Cylindrical-coordinate representation of color #A370BC: hue angle of 280.26º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A370BC is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 112 188 -
CMYK 0.13 0.40 0 0.26
HSL 280.26º 0.36% 0.59% -
HSV(B) 280.26º 0.4% 0.74% -
XYZ 29.98 23.01 50.44 -
YUV 135.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 163 112 188 0.13 0.40 0 0.26 280.26 0.36 0.59
Hex A3 70 BC D 28 0 1A 118 24 3B
Octal 243 160 274 15 50 0 32 430 44 73
Binary 10100011 1110000 10111100 1101 101000 0 11010 100011000 100100 111011

Color Harmonies of #A370BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A370BC

Black with #A370BC

Text Example


Text Example

White with #A370BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A370BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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