Html Css Color HEX #A478DB Medium Purple

📋 copy color: '#A478DB'

red 164 ◦ green 120 ◦ blue 219

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

Shades of Medium Purple #A478DB

Tints of Medium Purple #A478DB

RGB

 RED value IS 164 (64.45% from 255) = 32.6%

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

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

R = 32.6%
G = 23.86%
B = 43.54%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A478DB (or 0xA478DB) is known color: Medium Purple. HEX triplet: A4, 78 and DB. RGB value is (164,120,219). Sum of RGB (Red+Green+Blue) = 164+120+219=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #A478DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478DB is #5B8724. Grayscale: #909090. Windows color (decimal): -5998373 or 14383268. OLE color: 14383268.

HSL color Cylindrical-coordinate representation of color #A478DB: hue angle of 266.67º 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 #A478DB is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 120 219 -
CMYK 0.25 0.45 0 0.14
HSL 266.67º 0.58% 0.66% -
HSV(B) 266.67º 0.45% 0.86% -
XYZ 34.81 26.44 70.29 -
YUV 144.44 170.08 141.95 -
System Red Green Blue C M Y K H S L
Decimal 164 120 219 0.25 0.45 0 0.14 266.67 0.58 0.66
Hex A4 78 DB 19 2D 0 E 10B 3A 42
Octal 244 170 333 31 55 0 16 413 72 102
Binary 10100100 1111000 11011011 11001 101101 0 1110 100001011 111010 1000010

Color Harmonies of #A478DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A478DB

Black with #A478DB

Text Example


Text Example

White with #A478DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A478DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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