Html Css Color HEX #A074BD Purple Mountain's Majesty

📋 copy color: '#A074BD'

red 160 ◦ green 116 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A074BD

Tints of Purple Mountain's Majesty #A074BD

RGB

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

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

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

R = 34.41%
G = 24.95%
B = 40.65%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A074BD (or 0xA074BD) is known color: Purple Mountain's Majesty. HEX triplet: A0, 74 and BD. RGB value is (160,116,189). Sum of RGB (Red+Green+Blue) = 160+116+189=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #A074BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074BD is #5F8B42. Grayscale: #898989. Windows color (decimal): -6261571 or 12416160. OLE color: 12416160.

HSL color Cylindrical-coordinate representation of color #A074BD: hue angle of 276.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A074BD is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 116 189 -
CMYK 0.15 0.39 0 0.26
HSL 276.16º 0.36% 0.6% -
HSV(B) 276.16º 0.39% 0.74% -
XYZ 29.93 23.64 51.13 -
YUV 137.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 160 116 189 0.15 0.39 0 0.26 276.16 0.36 0.6
Hex A0 74 BD F 27 0 1A 114 24 3C
Octal 240 164 275 17 47 0 32 424 44 74
Binary 10100000 1110100 10111101 1111 100111 0 11010 100010100 100100 111100

Color Harmonies of #A074BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074BD

Black with #A074BD

Text Example


Text Example

White with #A074BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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