Html Css Color HEX #A372BC Purple Mountain's Majesty

📋 copy color: '#A372BC'

red 163 ◦ green 114 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A372BC

Tints of Purple Mountain's Majesty #A372BC

RGB

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

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

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

R = 35.05%
G = 24.52%
B = 40.43%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A372BC (or 0xA372BC) is known color: Purple Mountain's Majesty. HEX triplet: A3, 72 and BC. RGB value is (163,114,188). Sum of RGB (Red+Green+Blue) = 163+114+188=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #A372BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372BC is #5C8D43. Grayscale: #888888. Windows color (decimal): -6065476 or 12350115. OLE color: 12350115.

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

Color convert

RGB 163 114 188 -
CMYK 0.13 0.39 0 0.26
HSL 279.73º 0.36% 0.59% -
HSV(B) 279.73º 0.39% 0.74% -
XYZ 30.2 23.45 50.51 -
YUV 137.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 163 114 188 0.13 0.39 0 0.26 279.73 0.36 0.59
Hex A3 72 BC D 27 0 1A 118 24 3B
Octal 243 162 274 15 47 0 32 430 44 73
Binary 10100011 1110010 10111100 1101 100111 0 11010 100011000 100100 111011

Color Harmonies of #A372BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372BC

Black with #A372BC

Text Example


Text Example

White with #A372BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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