Html Css Color HEX #A37ABF Purple Mountain's Majesty

📋 copy color: '#A37ABF'

red 163 ◦ green 122 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A37ABF

Tints of Purple Mountain's Majesty #A37ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.13%

R = 34.24%
G = 25.63%
B = 40.13%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A37ABF (or 0xA37ABF) is known color: Purple Mountain's Majesty. HEX triplet: A3, 7A and BF. RGB value is (163,122,191). Sum of RGB (Red+Green+Blue) = 163+122+191=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #A37ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ABF is #5C8540. Grayscale: #8D8D8D. Windows color (decimal): -6063425 or 12548771. OLE color: 12548771.

HSL color Cylindrical-coordinate representation of color #A37ABF: hue angle of 275.65º degrees, saturation: 0.35, 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 #A37ABF is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 122 191 -
CMYK 0.15 0.36 0 0.25
HSL 275.65º 0.35% 0.61% -
HSV(B) 275.65º 0.36% 0.75% -
XYZ 31.47 25.47 52.55 -
YUV 142.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 163 122 191 0.15 0.36 0 0.25 275.65 0.35 0.61
Hex A3 7A BF F 24 0 19 114 23 3D
Octal 243 172 277 17 44 0 31 424 43 75
Binary 10100011 1111010 10111111 1111 100100 0 11001 100010100 100011 111101

Color Harmonies of #A37ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37ABF

Black with #A37ABF

Text Example


Text Example

White with #A37ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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