Html Css Color HEX #A275BD Purple Mountain's Majesty

📋 copy color: '#A275BD'

red 162 ◦ green 117 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A275BD

Tints of Purple Mountain's Majesty #A275BD

RGB

 RED value IS 162 (63.67% from 255) = 34.62%

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

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

R = 34.62%
G = 25%
B = 40.38%

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

#A275BD (or 0xA275BD) is known color: Purple Mountain's Majesty. HEX triplet: A2, 75 and BD. RGB value is (162,117,189). Sum of RGB (Red+Green+Blue) = 162+117+189=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #A275BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275BD is #5D8A42. Grayscale: #8A8A8A. Windows color (decimal): -6130243 or 12416418. OLE color: 12416418.

HSL color Cylindrical-coordinate representation of color #A275BD: hue angle of 277.5º 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 #A275BD is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 117 189 -
CMYK 0.14 0.38 0 0.26
HSL 277.5º 0.35% 0.6% -
HSV(B) 277.5º 0.38% 0.74% -
XYZ 30.45 24.08 51.19 -
YUV 138.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 162 117 189 0.14 0.38 0 0.26 277.5 0.35 0.6
Hex A2 75 BD E 26 0 1A 116 23 3C
Octal 242 165 275 16 46 0 32 426 43 74
Binary 10100010 1110101 10111101 1110 100110 0 11010 100010110 100011 111100

Color Harmonies of #A275BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275BD

Black with #A275BD

Text Example


Text Example

White with #A275BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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