Html Css Color HEX #A572BB Purple Mountain's Majesty

📋 copy color: '#A572BB'

red 165 ◦ green 114 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A572BB

Tints of Purple Mountain's Majesty #A572BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 35.41%
G = 24.46%
B = 40.13%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A572BB (or 0xA572BB) is known color: Purple Mountain's Majesty. HEX triplet: A5, 72 and BB. RGB value is (165,114,187). Sum of RGB (Red+Green+Blue) = 165+114+187=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #A572BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572BB is #5A8D44. Grayscale: #898989. Windows color (decimal): -5934405 or 12284581. OLE color: 12284581.

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

Color convert

RGB 165 114 187 -
CMYK 0.12 0.39 0 0.27
HSL 281.92º 0.35% 0.59% -
HSV(B) 281.92º 0.39% 0.73% -
XYZ 30.5 23.62 49.97 -
YUV 137.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 165 114 187 0.12 0.39 0 0.27 281.92 0.35 0.59
Hex A5 72 BB C 27 0 1B 11A 23 3B
Octal 245 162 273 14 47 0 33 432 43 73
Binary 10100101 1110010 10111011 1100 100111 0 11011 100011010 100011 111011

Color Harmonies of #A572BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A572BB

Black with #A572BB

Text Example


Text Example

White with #A572BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A572BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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