Html Css Color HEX #A378DB Medium Purple

📋 copy color: '#A378DB'

red 163 ◦ green 120 ◦ blue 219

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

Shades of Medium Purple #A378DB

Tints of Medium Purple #A378DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 32.47%
G = 23.9%
B = 43.63%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A378DB (or 0xA378DB) is known color: Medium Purple. HEX triplet: A3, 78 and DB. RGB value is (163,120,219). Sum of RGB (Red+Green+Blue) = 163+120+219=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #A378DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378DB is #5C8724. Grayscale: #8F8F8F. Windows color (decimal): -6063909 or 14383267. OLE color: 14383267.

HSL color Cylindrical-coordinate representation of color #A378DB: hue angle of 266.06º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A378DB is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 120 219 -
CMYK 0.26 0.45 0 0.14
HSL 266.06º 0.58% 0.66% -
HSV(B) 266.06º 0.45% 0.86% -
XYZ 34.61 26.33 70.28 -
YUV 144.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 163 120 219 0.26 0.45 0 0.14 266.06 0.58 0.66
Hex A3 78 DB 1A 2D 0 E 10A 3A 42
Octal 243 170 333 32 55 0 16 412 72 102
Binary 10100011 1111000 11011011 11010 101101 0 1110 100001010 111010 1000010

Color Harmonies of #A378DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A378DB

Black with #A378DB

Text Example


Text Example

White with #A378DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A378DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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