Html Css Color HEX #A180DF Medium Purple

📋 copy color: '#A180DF'

red 161 ◦ green 128 ◦ blue 223

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

Shades of Medium Purple #A180DF

Tints of Medium Purple #A180DF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25%

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 31.45%
G = 25%
B = 43.55%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A180DF (or 0xA180DF) is known color: Medium Purple. HEX triplet: A1, 80 and DF. RGB value is (161,128,223). Sum of RGB (Red+Green+Blue) = 161+128+223=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #A180DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180DF is #5E7F20. Grayscale: #949494. Windows color (decimal): -6192929 or 14647457. OLE color: 14647457.

HSL color Cylindrical-coordinate representation of color #A180DF: hue angle of 260.84º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A180DF is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 128 223 -
CMYK 0.28 0.43 0 0.13
HSL 260.84º 0.6% 0.69% -
HSV(B) 260.84º 0.43% 0.87% -
XYZ 35.74 28.34 73.4 -
YUV 148.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 161 128 223 0.28 0.43 0 0.13 260.84 0.6 0.69
Hex A1 80 DF 1C 2B 0 D 105 3C 45
Octal 241 200 337 34 53 0 15 405 74 105
Binary 10100001 10000000 11011111 11100 101011 0 1101 100000101 111100 1000101

Color Harmonies of #A180DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180DF

Black with #A180DF

Text Example


Text Example

White with #A180DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180DF; }

 p { color: rgb(161,128,223); }

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

background-color css

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

 a { background-color: rgb(161,128,223); }

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

border-color css

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

 span { border-color: rgb(161,128,223); }

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