Html Css Color HEX #A573BC Purple Mountain's Majesty

📋 copy color: '#A573BC'

red 165 ◦ green 115 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A573BC

Tints of Purple Mountain's Majesty #A573BC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.57%

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

R = 35.26%
G = 24.57%
B = 40.17%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A573BC (or 0xA573BC) is known color: Purple Mountain's Majesty. HEX triplet: A5, 73 and BC. RGB value is (165,115,188). Sum of RGB (Red+Green+Blue) = 165+115+188=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #A573BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573BC is #5A8C43. Grayscale: #8A8A8A. Windows color (decimal): -5934148 or 12350373. OLE color: 12350373.

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

Color convert

RGB 165 115 188 -
CMYK 0.12 0.39 0 0.26
HSL 281.1º 0.35% 0.59% -
HSV(B) 281.1º 0.39% 0.74% -
XYZ 30.72 23.89 50.57 -
YUV 138.27 156.07 147.06 -
System Red Green Blue C M Y K H S L
Decimal 165 115 188 0.12 0.39 0 0.26 281.1 0.35 0.59
Hex A5 73 BC C 27 0 1A 119 23 3B
Octal 245 163 274 14 47 0 32 431 43 73
Binary 10100101 1110011 10111100 1100 100111 0 11010 100011001 100011 111011

Color Harmonies of #A573BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573BC

Black with #A573BC

Text Example


Text Example

White with #A573BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573BC; }

 p { color: rgb(165,115,188); }

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

background-color css

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

 a { background-color: rgb(165,115,188); }

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

border-color css

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

 span { border-color: rgb(165,115,188); }

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