Html Css Color HEX #A575B9 Purple Mountain's Majesty

📋 copy color: '#A575B9'

red 165 ◦ green 117 ◦ blue 185

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

Shades of Purple Mountain's Majesty #A575B9

Tints of Purple Mountain's Majesty #A575B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.61%

R = 35.33%
G = 25.05%
B = 39.61%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A575B9 (or 0xA575B9) is known color: Purple Mountain's Majesty. HEX triplet: A5, 75 and B9. RGB value is (165,117,185). Sum of RGB (Red+Green+Blue) = 165+117+185=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 185 - color contains mainly: blue. Hex color #A575B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575B9 is #5A8A46. Grayscale: #8A8A8A. Windows color (decimal): -5933639 or 12154277. OLE color: 12154277.

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

Color convert

RGB 165 117 185 -
CMYK 0.11 0.37 0 0.27
HSL 282.35º 0.33% 0.59% -
HSV(B) 282.35º 0.37% 0.73% -
XYZ 30.64 24.22 48.96 -
YUV 139.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 165 117 185 0.11 0.37 0 0.27 282.35 0.33 0.59
Hex A5 75 B9 B 25 0 1B 11A 21 3B
Octal 245 165 271 13 45 0 33 432 41 73
Binary 10100101 1110101 10111001 1011 100101 0 11011 100011010 100001 111011

Color Harmonies of #A575B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575B9

Black with #A575B9

Text Example


Text Example

White with #A575B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575B9; }

 p { color: rgb(165,117,185); }

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

background-color css

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

 a { background-color: rgb(165,117,185); }

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

border-color css

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

 span { border-color: rgb(165,117,185); }

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