Html Css Color HEX #A075BC Purple Mountain's Majesty

📋 copy color: '#A075BC'

red 160 ◦ green 117 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A075BC

Tints of Purple Mountain's Majesty #A075BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 34.41%
G = 25.16%
B = 40.43%

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

#A075BC (or 0xA075BC) is known color: Purple Mountain's Majesty. HEX triplet: A0, 75 and BC. RGB value is (160,117,188). Sum of RGB (Red+Green+Blue) = 160+117+188=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #A075BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075BC is #5F8A43. Grayscale: #898989. Windows color (decimal): -6261316 or 12350880. OLE color: 12350880.

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

Color convert

RGB 160 117 188 -
CMYK 0.15 0.38 0 0.26
HSL 276.34º 0.35% 0.6% -
HSV(B) 276.34º 0.38% 0.74% -
XYZ 29.94 23.83 50.6 -
YUV 137.95 156.25 143.73 -
System Red Green Blue C M Y K H S L
Decimal 160 117 188 0.15 0.38 0 0.26 276.34 0.35 0.6
Hex A0 75 BC F 26 0 1A 114 23 3C
Octal 240 165 274 17 46 0 32 424 43 74
Binary 10100000 1110101 10111100 1111 100110 0 11010 100010100 100011 111100

Color Harmonies of #A075BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075BC

Black with #A075BC

Text Example


Text Example

White with #A075BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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