Html Css Color HEX #A37BC4 Purple Mountain's Majesty

📋 copy color: '#A37BC4'

red 163 ◦ green 123 ◦ blue 196

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

Shades of Purple Mountain's Majesty #A37BC4

Tints of Purple Mountain's Majesty #A37BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.66%

R = 33.82%
G = 25.52%
B = 40.66%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A37BC4 (or 0xA37BC4) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7B and C4. RGB value is (163,123,196). Sum of RGB (Red+Green+Blue) = 163+123+196=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #A37BC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BC4 is #5C843B. Grayscale: #8F8F8F. Windows color (decimal): -6063164 or 12876707. OLE color: 12876707.

HSL color Cylindrical-coordinate representation of color #A37BC4: hue angle of 272.88º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A37BC4 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 123 196 -
CMYK 0.17 0.37 0 0.23
HSL 272.88º 0.38% 0.63% -
HSV(B) 272.88º 0.37% 0.77% -
XYZ 32.15 25.94 55.54 -
YUV 143.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 163 123 196 0.17 0.37 0 0.23 272.88 0.38 0.63
Hex A3 7B C4 11 25 0 17 111 26 3F
Octal 243 173 304 21 45 0 27 421 46 77
Binary 10100011 1111011 11000100 10001 100101 0 10111 100010001 100110 111111

Color Harmonies of #A37BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37BC4

Black with #A37BC4

Text Example


Text Example

White with #A37BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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