Html Css Color HEX #A075BD Purple Mountain's Majesty

📋 copy color: '#A075BD'

red 160 ◦ green 117 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A075BD

Tints of Purple Mountain's Majesty #A075BD

RGB

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

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

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

R = 34.33%
G = 25.11%
B = 40.56%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A075BD (or 0xA075BD) is known color: Purple Mountain's Majesty. HEX triplet: A0, 75 and BD. RGB value is (160,117,189). Sum of RGB (Red+Green+Blue) = 160+117+189=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #A075BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075BD is #5F8A42. Grayscale: #898989. Windows color (decimal): -6261315 or 12416416. OLE color: 12416416.

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

Color convert

RGB 160 117 189 -
CMYK 0.15 0.38 0 0.26
HSL 275.83º 0.35% 0.6% -
HSV(B) 275.83º 0.38% 0.74% -
XYZ 30.04 23.87 51.17 -
YUV 138.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 160 117 189 0.15 0.38 0 0.26 275.83 0.35 0.6
Hex A0 75 BD F 26 0 1A 114 23 3C
Octal 240 165 275 17 46 0 32 424 43 74
Binary 10100000 1110101 10111101 1111 100110 0 11010 100010100 100011 111100

Color Harmonies of #A075BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075BD

Black with #A075BD

Text Example


Text Example

White with #A075BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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