Html Css Color HEX #A378EF Medium Purple

📋 copy color: '#A378EF'

red 163 ◦ green 120 ◦ blue 239

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

Shades of Medium Purple #A378EF

Tints of Medium Purple #A378EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 31.23%
G = 22.99%
B = 45.79%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A378EF (or 0xA378EF) is known color: Medium Purple. HEX triplet: A3, 78 and EF. RGB value is (163,120,239). Sum of RGB (Red+Green+Blue) = 163+120+239=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #A378EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A378EF is #5C8710. Grayscale: #919191. Windows color (decimal): -6063889 or 15693987. OLE color: 15693987.

HSL color Cylindrical-coordinate representation of color #A378EF: hue angle of 261.68º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A378EF is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 120 239 -
CMYK 0.32 0.50 0 0.06
HSL 261.68º 0.79% 0.7% -
HSV(B) 261.68º 0.5% 0.94% -
XYZ 37.4 27.45 84.99 -
YUV 146.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 163 120 239 0.32 0.50 0 0.06 261.68 0.79 0.7
Hex A3 78 EF 20 32 0 6 106 4F 46
Octal 243 170 357 40 62 0 6 406 117 106
Binary 10100011 1111000 11101111 100000 110010 0 110 100000110 1001111 1000110

Color Harmonies of #A378EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A378EF

Black with #A378EF

Text Example


Text Example

White with #A378EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A378EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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