Html Css Color HEX #A37BC2 Purple Mountain's Majesty

📋 copy color: '#A37BC2'

red 163 ◦ green 123 ◦ blue 194

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

Shades of Purple Mountain's Majesty #A37BC2

Tints of Purple Mountain's Majesty #A37BC2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.63%

 BLUE value IS 194 (76.17% from 255) = 40.42%

R = 33.96%
G = 25.63%
B = 40.42%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A37BC2 (or 0xA37BC2) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7B and C2. RGB value is (163,123,194). Sum of RGB (Red+Green+Blue) = 163+123+194=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 194 - color contains mainly: blue. Hex color #A37BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BC2 is #5C843D. Grayscale: #8E8E8E. Windows color (decimal): -6063166 or 12745635. OLE color: 12745635.

HSL color Cylindrical-coordinate representation of color #A37BC2: hue angle of 273.8º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A37BC2 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 123 194 -
CMYK 0.16 0.37 0 0.24
HSL 273.8º 0.37% 0.62% -
HSV(B) 273.8º 0.37% 0.76% -
XYZ 31.92 25.85 54.35 -
YUV 143.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 163 123 194 0.16 0.37 0 0.24 273.8 0.37 0.62
Hex A3 7B C2 10 25 0 18 112 25 3E
Octal 243 173 302 20 45 0 30 422 45 76
Binary 10100011 1111011 11000010 10000 100101 0 11000 100010010 100101 111110

Color Harmonies of #A37BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37BC2

Black with #A37BC2

Text Example


Text Example

White with #A37BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37BC2; }

 p { color: rgb(163,123,194); }

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

background-color css

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

 a { background-color: rgb(163,123,194); }

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

border-color css

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

 span { border-color: rgb(163,123,194); }

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