Html Css Color HEX #A572BD Purple Mountain's Majesty

📋 copy color: '#A572BD'

red 165 ◦ green 114 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A572BD

Tints of Purple Mountain's Majesty #A572BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.38%

R = 35.26%
G = 24.36%
B = 40.38%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A572BD (or 0xA572BD) is known color: Purple Mountain's Majesty. HEX triplet: A5, 72 and BD. RGB value is (165,114,189). Sum of RGB (Red+Green+Blue) = 165+114+189=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #A572BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572BD is #5A8D42. Grayscale: #898989. Windows color (decimal): -5934403 or 12415653. OLE color: 12415653.

HSL color Cylindrical-coordinate representation of color #A572BD: hue angle of 280.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A572BD is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 114 189 -
CMYK 0.13 0.40 0 0.26
HSL 280.8º 0.36% 0.59% -
HSV(B) 280.8º 0.4% 0.74% -
XYZ 30.72 23.71 51.1 -
YUV 137.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 165 114 189 0.13 0.40 0 0.26 280.8 0.36 0.59
Hex A5 72 BD D 28 0 1A 119 24 3B
Octal 245 162 275 15 50 0 32 431 44 73
Binary 10100101 1110010 10111101 1101 101000 0 11010 100011001 100100 111011

Color Harmonies of #A572BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A572BD

Black with #A572BD

Text Example


Text Example

White with #A572BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A572BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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