Html Css Color HEX #A075BB Purple Mountain's Majesty

📋 copy color: '#A075BB'

red 160 ◦ green 117 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A075BB

Tints of Purple Mountain's Majesty #A075BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.3%

R = 34.48%
G = 25.22%
B = 40.3%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A075BB (or 0xA075BB) is known color: Purple Mountain's Majesty. HEX triplet: A0, 75 and BB. RGB value is (160,117,187). Sum of RGB (Red+Green+Blue) = 160+117+187=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #A075BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075BB is #5F8A44. Grayscale: #898989. Windows color (decimal): -6261317 or 12285344. OLE color: 12285344.

HSL color Cylindrical-coordinate representation of color #A075BB: hue angle of 276.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A075BB is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 117 187 -
CMYK 0.14 0.37 0 0.27
HSL 276.86º 0.34% 0.6% -
HSV(B) 276.86º 0.37% 0.73% -
XYZ 29.83 23.78 50.03 -
YUV 137.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 160 117 187 0.14 0.37 0 0.27 276.86 0.34 0.6
Hex A0 75 BB E 25 0 1B 115 22 3C
Octal 240 165 273 16 45 0 33 425 42 74
Binary 10100000 1110101 10111011 1110 100101 0 11011 100010101 100010 111100

Color Harmonies of #A075BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075BB

Black with #A075BB

Text Example


Text Example

White with #A075BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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