Html Css Color HEX #A075BE Purple Mountain's Majesty

📋 copy color: '#A075BE'

red 160 ◦ green 117 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A075BE

Tints of Purple Mountain's Majesty #A075BE

RGB

 RED value IS 160 (62.89% from 255) = 34.26%

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

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

R = 34.26%
G = 25.05%
B = 40.69%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A075BE (or 0xA075BE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 75 and BE. RGB value is (160,117,190). Sum of RGB (Red+Green+Blue) = 160+117+190=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #A075BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075BE is #5F8A41. Grayscale: #898989. Windows color (decimal): -6261314 or 12481952. OLE color: 12481952.

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

Color convert

RGB 160 117 190 -
CMYK 0.16 0.38 0 0.25
HSL 275.34º 0.36% 0.6% -
HSV(B) 275.34º 0.38% 0.75% -
XYZ 30.15 23.91 51.74 -
YUV 138.18 157.25 143.56 -
System Red Green Blue C M Y K H S L
Decimal 160 117 190 0.16 0.38 0 0.25 275.34 0.36 0.6
Hex A0 75 BE 10 26 0 19 113 24 3C
Octal 240 165 276 20 46 0 31 423 44 74
Binary 10100000 1110101 10111110 10000 100110 0 11001 100010011 100100 111100

Color Harmonies of #A075BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075BE

Black with #A075BE

Text Example


Text Example

White with #A075BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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