Html Css Color HEX #A074BE Purple Mountain's Majesty

📋 copy color: '#A074BE'

red 160 ◦ green 116 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A074BE

Tints of Purple Mountain's Majesty #A074BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.89%

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

R = 34.33%
G = 24.89%
B = 40.77%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A074BE (or 0xA074BE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 74 and BE. RGB value is (160,116,190). Sum of RGB (Red+Green+Blue) = 160+116+190=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #A074BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074BE is #5F8B41. Grayscale: #898989. Windows color (decimal): -6261570 or 12481696. OLE color: 12481696.

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

Color convert

RGB 160 116 190 -
CMYK 0.16 0.39 0 0.25
HSL 275.68º 0.36% 0.6% -
HSV(B) 275.68º 0.39% 0.75% -
XYZ 30.04 23.68 51.7 -
YUV 137.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 160 116 190 0.16 0.39 0 0.25 275.68 0.36 0.6
Hex A0 74 BE 10 27 0 19 114 24 3C
Octal 240 164 276 20 47 0 31 424 44 74
Binary 10100000 1110100 10111110 10000 100111 0 11001 100010100 100100 111100

Color Harmonies of #A074BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074BE

Black with #A074BE

Text Example


Text Example

White with #A074BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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