Html Css Color HEX #A572BC Purple Mountain's Majesty

📋 copy color: '#A572BC'

red 165 ◦ green 114 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A572BC

Tints of Purple Mountain's Majesty #A572BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.41%

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

R = 35.33%
G = 24.41%
B = 40.26%

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

#A572BC (or 0xA572BC) is known color: Purple Mountain's Majesty. HEX triplet: A5, 72 and BC. RGB value is (165,114,188). Sum of RGB (Red+Green+Blue) = 165+114+188=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #A572BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572BC is #5A8D43. Grayscale: #898989. Windows color (decimal): -5934404 or 12350117. OLE color: 12350117.

HSL color Cylindrical-coordinate representation of color #A572BC: hue angle of 281.35º degrees, saturation: 0.36, 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 #A572BC is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 114 188 -
CMYK 0.12 0.39 0 0.26
HSL 281.35º 0.36% 0.59% -
HSV(B) 281.35º 0.39% 0.74% -
XYZ 30.61 23.66 50.53 -
YUV 137.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 165 114 188 0.12 0.39 0 0.26 281.35 0.36 0.59
Hex A5 72 BC C 27 0 1A 119 24 3B
Octal 245 162 274 14 47 0 32 431 44 73
Binary 10100101 1110010 10111100 1100 100111 0 11010 100011001 100100 111011

Color Harmonies of #A572BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A572BC

Black with #A572BC

Text Example


Text Example

White with #A572BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A572BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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