Html Css Color HEX #A375BE Purple Mountain's Majesty

📋 copy color: '#A375BE'

red 163 ◦ green 117 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A375BE

Tints of Purple Mountain's Majesty #A375BE

RGB

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

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

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

R = 34.68%
G = 24.89%
B = 40.43%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A375BE (or 0xA375BE) is known color: Purple Mountain's Majesty. HEX triplet: A3, 75 and BE. RGB value is (163,117,190). Sum of RGB (Red+Green+Blue) = 163+117+190=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #A375BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375BE is #5C8A41. Grayscale: #8A8A8A. Windows color (decimal): -6064706 or 12481955. OLE color: 12481955.

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

Color convert

RGB 163 117 190 -
CMYK 0.14 0.38 0 0.25
HSL 277.81º 0.36% 0.6% -
HSV(B) 277.81º 0.38% 0.75% -
XYZ 30.76 24.23 51.77 -
YUV 139.08 156.74 145.06 -
System Red Green Blue C M Y K H S L
Decimal 163 117 190 0.14 0.38 0 0.25 277.81 0.36 0.6
Hex A3 75 BE E 26 0 19 116 24 3C
Octal 243 165 276 16 46 0 31 426 44 74
Binary 10100011 1110101 10111110 1110 100110 0 11001 100010110 100100 111100

Color Harmonies of #A375BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375BE

Black with #A375BE

Text Example


Text Example

White with #A375BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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