Html Css Color HEX #A178EE Medium Purple

📋 copy color: '#A178EE'

red 161 ◦ green 120 ◦ blue 238

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

Shades of Medium Purple #A178EE

Tints of Medium Purple #A178EE

RGB

 RED value IS 161 (63.28% from 255) = 31.02%

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

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

R = 31.02%
G = 23.12%
B = 45.86%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A178EE (or 0xA178EE) is known color: Medium Purple. HEX triplet: A1, 78 and EE. RGB value is (161,120,238). Sum of RGB (Red+Green+Blue) = 161+120+238=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #A178EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A178EE is #5E8711. Grayscale: #919191. Windows color (decimal): -6194962 or 15628449. OLE color: 15628449.

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

Color convert

RGB 161 120 238 -
CMYK 0.32 0.50 0 0.07
HSL 260.85º 0.78% 0.7% -
HSV(B) 260.85º 0.5% 0.93% -
XYZ 36.85 27.18 84.19 -
YUV 145.71 180.08 138.91 -
System Red Green Blue C M Y K H S L
Decimal 161 120 238 0.32 0.50 0 0.07 260.85 0.78 0.7
Hex A1 78 EE 20 32 0 7 105 4E 46
Octal 241 170 356 40 62 0 7 405 116 106
Binary 10100001 1111000 11101110 100000 110010 0 111 100000101 1001110 1000110

Color Harmonies of #A178EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A178EE

Black with #A178EE

Text Example


Text Example

White with #A178EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A178EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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