Html Css Color HEX #A578EA Medium Purple

📋 copy color: '#A578EA'

red 165 ◦ green 120 ◦ blue 234

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

Shades of Medium Purple #A578EA

Tints of Medium Purple #A578EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 31.79%
G = 23.12%
B = 45.09%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A578EA (or 0xA578EA) is known color: Medium Purple. HEX triplet: A5, 78 and EA. RGB value is (165,120,234). Sum of RGB (Red+Green+Blue) = 165+120+234=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #A578EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A578EA is #5A8715. Grayscale: #929292. Windows color (decimal): -5932822 or 15366309. OLE color: 15366309.

HSL color Cylindrical-coordinate representation of color #A578EA: hue angle of 263.68º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A578EA is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 120 234 -
CMYK 0.29 0.49 0 0.08
HSL 263.68º 0.73% 0.69% -
HSV(B) 263.68º 0.49% 0.92% -
XYZ 37.08 27.37 81.17 -
YUV 146.45 177.41 141.23 -
System Red Green Blue C M Y K H S L
Decimal 165 120 234 0.29 0.49 0 0.08 263.68 0.73 0.69
Hex A5 78 EA 1D 31 0 8 108 49 45
Octal 245 170 352 35 61 0 10 410 111 105
Binary 10100101 1111000 11101010 11101 110001 0 1000 100001000 1001001 1000101

Color Harmonies of #A578EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A578EA

Black with #A578EA

Text Example


Text Example

White with #A578EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A578EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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