Html Css Color HEX #A375BF Purple Mountain's Majesty

📋 copy color: '#A375BF'

red 163 ◦ green 117 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A375BF

Tints of Purple Mountain's Majesty #A375BF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.84%

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

R = 34.61%
G = 24.84%
B = 40.55%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A375BF (or 0xA375BF) is known color: Purple Mountain's Majesty. HEX triplet: A3, 75 and BF. RGB value is (163,117,191). Sum of RGB (Red+Green+Blue) = 163+117+191=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #A375BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375BF is #5C8A40. Grayscale: #8A8A8A. Windows color (decimal): -6064705 or 12547491. OLE color: 12547491.

HSL color Cylindrical-coordinate representation of color #A375BF: hue angle of 277.3º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A375BF is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 117 191 -
CMYK 0.15 0.39 0 0.25
HSL 277.3º 0.37% 0.6% -
HSV(B) 277.3º 0.39% 0.75% -
XYZ 30.87 24.27 52.35 -
YUV 139.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 163 117 191 0.15 0.39 0 0.25 277.3 0.37 0.6
Hex A3 75 BF F 27 0 19 115 25 3C
Octal 243 165 277 17 47 0 31 425 45 74
Binary 10100011 1110101 10111111 1111 100111 0 11001 100010101 100101 111100

Color Harmonies of #A375BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375BF

Black with #A375BF

Text Example


Text Example

White with #A375BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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