Html Css Color HEX #A275BF Purple Mountain's Majesty

📋 copy color: '#A275BF'

red 162 ◦ green 117 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A275BF

Tints of Purple Mountain's Majesty #A275BF

RGB

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

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

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

R = 34.47%
G = 24.89%
B = 40.64%

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

#A275BF (or 0xA275BF) is known color: Purple Mountain's Majesty. HEX triplet: A2, 75 and BF. RGB value is (162,117,191). Sum of RGB (Red+Green+Blue) = 162+117+191=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #A275BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275BF is #5D8A40. Grayscale: #8A8A8A. Windows color (decimal): -6130241 or 12547490. OLE color: 12547490.

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

Color convert

RGB 162 117 191 -
CMYK 0.15 0.39 0 0.25
HSL 276.49º 0.37% 0.6% -
HSV(B) 276.49º 0.39% 0.75% -
XYZ 30.67 24.17 52.34 -
YUV 138.89 157.41 144.48 -
System Red Green Blue C M Y K H S L
Decimal 162 117 191 0.15 0.39 0 0.25 276.49 0.37 0.6
Hex A2 75 BF F 27 0 19 114 25 3C
Octal 242 165 277 17 47 0 31 424 45 74
Binary 10100010 1110101 10111111 1111 100111 0 11001 100010100 100101 111100

Color Harmonies of #A275BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275BF

Black with #A275BF

Text Example


Text Example

White with #A275BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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