Html Css Color HEX #A570EC Medium Purple

📋 copy color: '#A570EC'

red 165 ◦ green 112 ◦ blue 236

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

Shades of Medium Purple #A570EC

Tints of Medium Purple #A570EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46%

R = 32.16%
G = 21.83%
B = 46%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A570EC (or 0xA570EC) is known color: Medium Purple. HEX triplet: A5, 70 and EC. RGB value is (165,112,236). Sum of RGB (Red+Green+Blue) = 165+112+236=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #A570EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A570EC is #5A8F13. Grayscale: #8D8D8D. Windows color (decimal): -5934868 or 15495333. OLE color: 15495333.

HSL color Cylindrical-coordinate representation of color #A570EC: hue angle of 265.65º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A570EC is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 112 236 -
CMYK 0.30 0.53 0 0.07
HSL 265.65º 0.77% 0.68% -
HSV(B) 265.65º 0.53% 0.93% -
XYZ 36.45 25.64 82.39 -
YUV 141.98 181.06 144.42 -
System Red Green Blue C M Y K H S L
Decimal 165 112 236 0.30 0.53 0 0.07 265.65 0.77 0.68
Hex A5 70 EC 1E 35 0 7 10A 4D 44
Octal 245 160 354 36 65 0 7 412 115 104
Binary 10100101 1110000 11101100 11110 110101 0 111 100001010 1001101 1000100

Color Harmonies of #A570EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570EC

Black with #A570EC

Text Example


Text Example

White with #A570EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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