Html Css Color HEX #A078EE Medium Purple

📋 copy color: '#A078EE'

red 160 ◦ green 120 ◦ blue 238

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

Shades of Medium Purple #A078EE

Tints of Medium Purple #A078EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 30.89%
G = 23.17%
B = 45.95%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A078EE (or 0xA078EE) is known color: Medium Purple. HEX triplet: A0, 78 and EE. RGB value is (160,120,238). Sum of RGB (Red+Green+Blue) = 160+120+238=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #A078EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A078EE is #5F8711. Grayscale: #909090. Windows color (decimal): -6260498 or 15628448. OLE color: 15628448.

HSL color Cylindrical-coordinate representation of color #A078EE: hue angle of 260.34º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A078EE is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 120 238 -
CMYK 0.33 0.50 0 0.07
HSL 260.34º 0.78% 0.7% -
HSV(B) 260.34º 0.5% 0.93% -
XYZ 36.65 27.08 84.18 -
YUV 145.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 160 120 238 0.33 0.50 0 0.07 260.34 0.78 0.7
Hex A0 78 EE 21 32 0 7 104 4E 46
Octal 240 170 356 41 62 0 7 404 116 106
Binary 10100000 1111000 11101110 100001 110010 0 111 100000100 1001110 1000110

Color Harmonies of #A078EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078EE

Black with #A078EE

Text Example


Text Example

White with #A078EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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