Html Css Color HEX #A078ED Medium Purple

📋 copy color: '#A078ED'

red 160 ◦ green 120 ◦ blue 237

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

Shades of Medium Purple #A078ED

Tints of Medium Purple #A078ED

RGB

 RED value IS 160 (62.89% from 255) = 30.95%

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

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 30.95%
G = 23.21%
B = 45.84%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A078ED (or 0xA078ED) is known color: Medium Purple. HEX triplet: A0, 78 and ED. RGB value is (160,120,237). Sum of RGB (Red+Green+Blue) = 160+120+237=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #A078ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A078ED is #5F8712. Grayscale: #909090. Windows color (decimal): -6260499 or 15562912. OLE color: 15562912.

HSL color Cylindrical-coordinate representation of color #A078ED: hue angle of 260.51º degrees, saturation: 0.76, 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 #A078ED is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 120 237 -
CMYK 0.32 0.49 0 0.07
HSL 260.51º 0.76% 0.7% -
HSV(B) 260.51º 0.49% 0.93% -
XYZ 36.5 27.02 83.41 -
YUV 145.3 179.75 138.49 -
System Red Green Blue C M Y K H S L
Decimal 160 120 237 0.32 0.49 0 0.07 260.51 0.76 0.7
Hex A0 78 ED 20 31 0 7 105 4C 46
Octal 240 170 355 40 61 0 7 405 114 106
Binary 10100000 1111000 11101101 100000 110001 0 111 100000101 1001100 1000110

Color Harmonies of #A078ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078ED

Black with #A078ED

Text Example


Text Example

White with #A078ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078ED; }

 p { color: rgb(160,120,237); }

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

background-color css

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

 a { background-color: rgb(160,120,237); }

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

border-color css

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

 span { border-color: rgb(160,120,237); }

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