Html Css Color HEX #A372BB Purple Mountain's Majesty

📋 copy color: '#A372BB'

red 163 ◦ green 114 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A372BB

Tints of Purple Mountain's Majesty #A372BB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.57%

 BLUE value IS 187 (73.44% from 255) = 40.3%

R = 35.13%
G = 24.57%
B = 40.3%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A372BB (or 0xA372BB) is known color: Purple Mountain's Majesty. HEX triplet: A3, 72 and BB. RGB value is (163,114,187). Sum of RGB (Red+Green+Blue) = 163+114+187=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #A372BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372BB is #5C8D44. Grayscale: #888888. Windows color (decimal): -6065477 or 12284579. OLE color: 12284579.

HSL color Cylindrical-coordinate representation of color #A372BB: hue angle of 280.27º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A372BB is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 114 187 -
CMYK 0.13 0.39 0 0.27
HSL 280.27º 0.35% 0.59% -
HSV(B) 280.27º 0.39% 0.73% -
XYZ 30.09 23.41 49.95 -
YUV 136.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 163 114 187 0.13 0.39 0 0.27 280.27 0.35 0.59
Hex A3 72 BB D 27 0 1B 118 23 3B
Octal 243 162 273 15 47 0 33 430 43 73
Binary 10100011 1110010 10111011 1101 100111 0 11011 100011000 100011 111011

Color Harmonies of #A372BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372BB

Black with #A372BB

Text Example


Text Example

White with #A372BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372BB; }

 p { color: rgb(163,114,187); }

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

background-color css

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

 a { background-color: rgb(163,114,187); }

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

border-color css

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

 span { border-color: rgb(163,114,187); }

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