Html Css Color HEX #A578EC Medium Purple

📋 copy color: '#A578EC'

red 165 ◦ green 120 ◦ blue 236

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

Shades of Medium Purple #A578EC

Tints of Medium Purple #A578EC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.03%

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

R = 31.67%
G = 23.03%
B = 45.3%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A578EC (or 0xA578EC) is known color: Medium Purple. HEX triplet: A5, 78 and EC. RGB value is (165,120,236). Sum of RGB (Red+Green+Blue) = 165+120+236=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #A578EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A578EC is #5A8713. Grayscale: #929292. Windows color (decimal): -5932820 or 15497381. OLE color: 15497381.

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

Color convert

RGB 165 120 236 -
CMYK 0.30 0.49 0 0.07
HSL 263.28º 0.75% 0.7% -
HSV(B) 263.28º 0.49% 0.93% -
XYZ 37.37 27.49 82.69 -
YUV 146.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 165 120 236 0.30 0.49 0 0.07 263.28 0.75 0.7
Hex A5 78 EC 1E 31 0 7 107 4B 46
Octal 245 170 354 36 61 0 7 407 113 106
Binary 10100101 1111000 11101100 11110 110001 0 111 100000111 1001011 1000110

Color Harmonies of #A578EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A578EC

Black with #A578EC

Text Example


Text Example

White with #A578EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A578EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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