Html Css Color HEX #A178DB Medium Purple

📋 copy color: '#A178DB'

red 161 ◦ green 120 ◦ blue 219

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

Shades of Medium Purple #A178DB

Tints of Medium Purple #A178DB

RGB

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

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

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

R = 32.2%
G = 24%
B = 43.8%

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

#A178DB (or 0xA178DB) is known color: Medium Purple. HEX triplet: A1, 78 and DB. RGB value is (161,120,219). Sum of RGB (Red+Green+Blue) = 161+120+219=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #A178DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178DB is #5E8724. Grayscale: #8F8F8F. Windows color (decimal): -6194981 or 14383265. OLE color: 14383265.

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

Color convert

RGB 161 120 219 -
CMYK 0.26 0.45 0 0.14
HSL 264.85º 0.58% 0.66% -
HSV(B) 264.85º 0.45% 0.86% -
XYZ 34.2 26.12 70.26 -
YUV 143.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 161 120 219 0.26 0.45 0 0.14 264.85 0.58 0.66
Hex A1 78 DB 1A 2D 0 E 109 3A 42
Octal 241 170 333 32 55 0 16 411 72 102
Binary 10100001 1111000 11011011 11010 101101 0 1110 100001001 111010 1000010

Color Harmonies of #A178DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A178DB

Black with #A178DB

Text Example


Text Example

White with #A178DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A178DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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