Html Css Color HEX #A37ABE Purple Mountain's Majesty

📋 copy color: '#A37ABE'

red 163 ◦ green 122 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A37ABE

Tints of Purple Mountain's Majesty #A37ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.68%

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

R = 34.32%
G = 25.68%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A37ABE (or 0xA37ABE) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7A and BE. RGB value is (163,122,190). Sum of RGB (Red+Green+Blue) = 163+122+190=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #A37ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ABE is #5C8541. Grayscale: #8D8D8D. Windows color (decimal): -6063426 or 12483235. OLE color: 12483235.

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

Color convert

RGB 163 122 190 -
CMYK 0.14 0.36 0 0.25
HSL 276.18º 0.34% 0.61% -
HSV(B) 276.18º 0.36% 0.75% -
XYZ 31.36 25.42 51.97 -
YUV 142.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 163 122 190 0.14 0.36 0 0.25 276.18 0.34 0.61
Hex A3 7A BE E 24 0 19 114 22 3D
Octal 243 172 276 16 44 0 31 424 42 75
Binary 10100011 1111010 10111110 1110 100100 0 11001 100010100 100010 111101

Color Harmonies of #A37ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37ABE

Black with #A37ABE

Text Example


Text Example

White with #A37ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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