Html Css Color HEX #A570BE Purple Mountain's Majesty

📋 copy color: '#A570BE'

red 165 ◦ green 112 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A570BE

Tints of Purple Mountain's Majesty #A570BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.98%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 35.33%
G = 23.98%
B = 40.69%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A570BE (or 0xA570BE) is known color: Purple Mountain's Majesty. HEX triplet: A5, 70 and BE. RGB value is (165,112,190). Sum of RGB (Red+Green+Blue) = 165+112+190=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #A570BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570BE is #5A8F41. Grayscale: #888888. Windows color (decimal): -5934914 or 12480677. OLE color: 12480677.

HSL color Cylindrical-coordinate representation of color #A570BE: hue angle of 280.77º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A570BE is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 112 190 -
CMYK 0.13 0.41 0 0.25
HSL 280.77º 0.38% 0.59% -
HSV(B) 280.77º 0.41% 0.75% -
XYZ 30.61 23.31 51.6 -
YUV 136.74 158.06 148.16 -
System Red Green Blue C M Y K H S L
Decimal 165 112 190 0.13 0.41 0 0.25 280.77 0.38 0.59
Hex A5 70 BE D 29 0 19 119 26 3B
Octal 245 160 276 15 51 0 31 431 46 73
Binary 10100101 1110000 10111110 1101 101001 0 11001 100011001 100110 111011

Color Harmonies of #A570BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570BE

Black with #A570BE

Text Example


Text Example

White with #A570BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570BE; }

 p { color: rgb(165,112,190); }

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

background-color css

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

 a { background-color: rgb(165,112,190); }

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

border-color css

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

 span { border-color: rgb(165,112,190); }

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