Html Css Color HEX #A37BBE Purple Mountain's Majesty

📋 copy color: '#A37BBE'

red 163 ◦ green 123 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A37BBE

Tints of Purple Mountain's Majesty #A37BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 34.24%
G = 25.84%
B = 39.92%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A37BBE (or 0xA37BBE) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7B and BE. RGB value is (163,123,190). Sum of RGB (Red+Green+Blue) = 163+123+190=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #A37BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37BBE is #5C8441. Grayscale: #8E8E8E. Windows color (decimal): -6063170 or 12483491. OLE color: 12483491.

HSL color Cylindrical-coordinate representation of color #A37BBE: hue angle of 275.82º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A37BBE is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 123 190 -
CMYK 0.14 0.35 0 0.25
HSL 275.82º 0.34% 0.61% -
HSV(B) 275.82º 0.35% 0.75% -
XYZ 31.48 25.67 52.01 -
YUV 142.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 163 123 190 0.14 0.35 0 0.25 275.82 0.34 0.61
Hex A3 7B BE E 23 0 19 114 22 3D
Octal 243 173 276 16 43 0 31 424 42 75
Binary 10100011 1111011 10111110 1110 100011 0 11001 100010100 100010 111101

Color Harmonies of #A37BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37BBE

Black with #A37BBE

Text Example


Text Example

White with #A37BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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