Html Css Color HEX #A570BC Purple Mountain's Majesty

📋 copy color: '#A570BC'

red 165 ◦ green 112 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A570BC

Tints of Purple Mountain's Majesty #A570BC

RGB

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

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

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

R = 35.48%
G = 24.09%
B = 40.43%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A570BC (or 0xA570BC) is known color: Purple Mountain's Majesty. HEX triplet: A5, 70 and BC. RGB value is (165,112,188). Sum of RGB (Red+Green+Blue) = 165+112+188=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #A570BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570BC is #5A8F43. Grayscale: #888888. Windows color (decimal): -5934916 or 12349605. OLE color: 12349605.

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

Color convert

RGB 165 112 188 -
CMYK 0.12 0.40 0 0.26
HSL 281.84º 0.36% 0.59% -
HSV(B) 281.84º 0.4% 0.74% -
XYZ 30.39 23.22 50.46 -
YUV 136.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 165 112 188 0.12 0.40 0 0.26 281.84 0.36 0.59
Hex A5 70 BC C 28 0 1A 11A 24 3B
Octal 245 160 274 14 50 0 32 432 44 73
Binary 10100101 1110000 10111100 1100 101000 0 11010 100011010 100100 111011

Color Harmonies of #A570BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570BC

Black with #A570BC

Text Example


Text Example

White with #A570BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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