Html Css Color HEX #A078EA Medium Purple

📋 copy color: '#A078EA'

red 160 ◦ green 120 ◦ blue 234

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

Shades of Medium Purple #A078EA

Tints of Medium Purple #A078EA

RGB

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

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

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

R = 31.13%
G = 23.35%
B = 45.53%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A078EA (or 0xA078EA) is known color: Medium Purple. HEX triplet: A0, 78 and EA. RGB value is (160,120,234). Sum of RGB (Red+Green+Blue) = 160+120+234=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #A078EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A078EA is #5F8715. Grayscale: #909090. Windows color (decimal): -6260502 or 15366304. OLE color: 15366304.

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

Color convert

RGB 160 120 234 -
CMYK 0.32 0.49 0 0.08
HSL 261.05º 0.73% 0.69% -
HSV(B) 261.05º 0.49% 0.92% -
XYZ 36.06 26.85 81.12 -
YUV 144.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 160 120 234 0.32 0.49 0 0.08 261.05 0.73 0.69
Hex A0 78 EA 20 31 0 8 105 49 45
Octal 240 170 352 40 61 0 10 405 111 105
Binary 10100000 1111000 11101010 100000 110001 0 1000 100000101 1001001 1000101

Color Harmonies of #A078EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078EA

Black with #A078EA

Text Example


Text Example

White with #A078EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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