Html Css Color HEX #A372BD Purple Mountain's Majesty

📋 copy color: '#A372BD'

red 163 ◦ green 114 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A372BD

Tints of Purple Mountain's Majesty #A372BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 34.98%
G = 24.46%
B = 40.56%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A372BD (or 0xA372BD) is known color: Purple Mountain's Majesty. HEX triplet: A3, 72 and BD. RGB value is (163,114,189). Sum of RGB (Red+Green+Blue) = 163+114+189=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #A372BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372BD is #5C8D42. Grayscale: #888888. Windows color (decimal): -6065475 or 12415651. OLE color: 12415651.

HSL color Cylindrical-coordinate representation of color #A372BD: hue angle of 279.2º 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 #A372BD is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 114 189 -
CMYK 0.14 0.40 0 0.26
HSL 279.2º 0.36% 0.59% -
HSV(B) 279.2º 0.4% 0.74% -
XYZ 30.31 23.5 51.08 -
YUV 137.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 163 114 189 0.14 0.40 0 0.26 279.2 0.36 0.59
Hex A3 72 BD E 28 0 1A 117 24 3B
Octal 243 162 275 16 50 0 32 427 44 73
Binary 10100011 1110010 10111101 1110 101000 0 11010 100010111 100100 111011

Color Harmonies of #A372BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372BD

Black with #A372BD

Text Example


Text Example

White with #A372BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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