Html Css Color HEX #A378EC Medium Purple

📋 copy color: '#A378EC'

red 163 ◦ green 120 ◦ blue 236

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

Shades of Medium Purple #A378EC

Tints of Medium Purple #A378EC

RGB

 RED value IS 163 (64.06% from 255) = 31.41%

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

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 31.41%
G = 23.12%
B = 45.47%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A378EC (or 0xA378EC) is known color: Medium Purple. HEX triplet: A3, 78 and EC. RGB value is (163,120,236). Sum of RGB (Red+Green+Blue) = 163+120+236=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #A378EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A378EC is #5C8713. Grayscale: #919191. Windows color (decimal): -6063892 or 15497379. OLE color: 15497379.

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

Color convert

RGB 163 120 236 -
CMYK 0.31 0.49 0 0.07
HSL 262.24º 0.75% 0.7% -
HSV(B) 262.24º 0.49% 0.93% -
XYZ 36.96 27.28 82.67 -
YUV 146.08 178.75 140.07 -
System Red Green Blue C M Y K H S L
Decimal 163 120 236 0.31 0.49 0 0.07 262.24 0.75 0.7
Hex A3 78 EC 1F 31 0 7 106 4B 46
Octal 243 170 354 37 61 0 7 406 113 106
Binary 10100011 1111000 11101100 11111 110001 0 111 100000110 1001011 1000110

Color Harmonies of #A378EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A378EC

Black with #A378EC

Text Example


Text Example

White with #A378EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A378EC; }

 p { color: rgb(163,120,236); }

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

background-color css

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

 a { background-color: rgb(163,120,236); }

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

border-color css

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

 span { border-color: rgb(163,120,236); }

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