Html Css Color HEX #A574BA Purple Mountain's Majesty

📋 copy color: '#A574BA'

red 165 ◦ green 116 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A574BA

Tints of Purple Mountain's Majesty #A574BA

RGB

 RED value IS 165 (64.84% from 255) = 35.33%

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

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 35.33%
G = 24.84%
B = 39.83%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A574BA (or 0xA574BA) is known color: Purple Mountain's Majesty. HEX triplet: A5, 74 and BA. RGB value is (165,116,186). Sum of RGB (Red+Green+Blue) = 165+116+186=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #A574BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574BA is #5A8B45. Grayscale: #8A8A8A. Windows color (decimal): -5933894 or 12219557. OLE color: 12219557.

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

Color convert

RGB 165 116 186 -
CMYK 0.11 0.38 0 0.27
HSL 282º 0.34% 0.59% -
HSV(B) 282º 0.38% 0.73% -
XYZ 30.63 24.04 49.48 -
YUV 138.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 165 116 186 0.11 0.38 0 0.27 282 0.34 0.59
Hex A5 74 BA B 26 0 1B 11A 22 3B
Octal 245 164 272 13 46 0 33 432 42 73
Binary 10100101 1110100 10111010 1011 100110 0 11011 100011010 100010 111011

Color Harmonies of #A574BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574BA

Black with #A574BA

Text Example


Text Example

White with #A574BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574BA; }

 p { color: rgb(165,116,186); }

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

background-color css

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

 a { background-color: rgb(165,116,186); }

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

border-color css

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

 span { border-color: rgb(165,116,186); }

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