Html Css Color HEX #A375BD Purple Mountain's Majesty

📋 copy color: '#A375BD'

red 163 ◦ green 117 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A375BD

Tints of Purple Mountain's Majesty #A375BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.3%

R = 34.75%
G = 24.95%
B = 40.3%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A375BD (or 0xA375BD) is known color: Purple Mountain's Majesty. HEX triplet: A3, 75 and BD. RGB value is (163,117,189). Sum of RGB (Red+Green+Blue) = 163+117+189=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #A375BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375BD is #5C8A42. Grayscale: #8A8A8A. Windows color (decimal): -6064707 or 12416419. OLE color: 12416419.

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

Color convert

RGB 163 117 189 -
CMYK 0.14 0.38 0 0.26
HSL 278.33º 0.35% 0.6% -
HSV(B) 278.33º 0.38% 0.74% -
XYZ 30.65 24.18 51.2 -
YUV 138.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 163 117 189 0.14 0.38 0 0.26 278.33 0.35 0.6
Hex A3 75 BD E 26 0 1A 116 23 3C
Octal 243 165 275 16 46 0 32 426 43 74
Binary 10100011 1110101 10111101 1110 100110 0 11010 100010110 100011 111100

Color Harmonies of #A375BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375BD

Black with #A375BD

Text Example


Text Example

White with #A375BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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