Html Css Color HEX #A578EB Medium Purple

📋 copy color: '#A578EB'

red 165 ◦ green 120 ◦ blue 235

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

Shades of Medium Purple #A578EB

Tints of Medium Purple #A578EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 31.73%
G = 23.08%
B = 45.19%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A578EB (or 0xA578EB) is known color: Medium Purple. HEX triplet: A5, 78 and EB. RGB value is (165,120,235). Sum of RGB (Red+Green+Blue) = 165+120+235=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #A578EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A578EB is #5A8714. Grayscale: #929292. Windows color (decimal): -5932821 or 15431845. OLE color: 15431845.

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

Color convert

RGB 165 120 235 -
CMYK 0.30 0.49 0 0.08
HSL 263.48º 0.74% 0.7% -
HSV(B) 263.48º 0.49% 0.92% -
XYZ 37.23 27.43 81.93 -
YUV 146.57 177.91 141.15 -
System Red Green Blue C M Y K H S L
Decimal 165 120 235 0.30 0.49 0 0.08 263.48 0.74 0.7
Hex A5 78 EB 1E 31 0 8 107 4A 46
Octal 245 170 353 36 61 0 10 407 112 106
Binary 10100101 1111000 11101011 11110 110001 0 1000 100000111 1001010 1000110

Color Harmonies of #A578EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A578EB

Black with #A578EB

Text Example


Text Example

White with #A578EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A578EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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