Html Css Color HEX #A178D5 Medium Purple

📋 copy color: '#A178D5'

red 161 ◦ green 120 ◦ blue 213

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

Shades of Medium Purple #A178D5

Tints of Medium Purple #A178D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.12%

R = 32.59%
G = 24.29%
B = 43.12%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A178D5 (or 0xA178D5) is known color: Medium Purple. HEX triplet: A1, 78 and D5. RGB value is (161,120,213). Sum of RGB (Red+Green+Blue) = 161+120+213=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #A178D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A178D5 is #5E872A. Grayscale: #8E8E8E. Windows color (decimal): -6194987 or 13990049. OLE color: 13990049.

HSL color Cylindrical-coordinate representation of color #A178D5: hue angle of 266.45º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A178D5 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 120 213 -
CMYK 0.24 0.44 0 0.16
HSL 266.45º 0.53% 0.65% -
HSV(B) 266.45º 0.44% 0.84% -
XYZ 33.42 25.81 66.17 -
YUV 142.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 161 120 213 0.24 0.44 0 0.16 266.45 0.53 0.65
Hex A1 78 D5 18 2C 0 10 10A 35 41
Octal 241 170 325 30 54 0 20 412 65 101
Binary 10100001 1111000 11010101 11000 101100 0 10000 100001010 110101 1000001

Color Harmonies of #A178D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A178D5

Black with #A178D5

Text Example


Text Example

White with #A178D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A178D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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