Html Css Color HEX #A575BC Purple Mountain's Majesty

📋 copy color: '#A575BC'

red 165 ◦ green 117 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A575BC

Tints of Purple Mountain's Majesty #A575BC

RGB

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

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

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

R = 35.11%
G = 24.89%
B = 40%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A575BC (or 0xA575BC) is known color: Purple Mountain's Majesty. HEX triplet: A5, 75 and BC. RGB value is (165,117,188). Sum of RGB (Red+Green+Blue) = 165+117+188=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #A575BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575BC is #5A8A43. Grayscale: #8B8B8B. Windows color (decimal): -5933636 or 12350885. OLE color: 12350885.

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

Color convert

RGB 165 117 188 -
CMYK 0.12 0.38 0 0.26
HSL 280.56º 0.35% 0.6% -
HSV(B) 280.56º 0.38% 0.74% -
XYZ 30.96 24.35 50.65 -
YUV 139.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 165 117 188 0.12 0.38 0 0.26 280.56 0.35 0.6
Hex A5 75 BC C 26 0 1A 119 23 3C
Octal 245 165 274 14 46 0 32 431 43 74
Binary 10100101 1110101 10111100 1100 100110 0 11010 100011001 100011 111100

Color Harmonies of #A575BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575BC

Black with #A575BC

Text Example


Text Example

White with #A575BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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