Html Css Color HEX #A880DF Medium Purple

📋 copy color: '#A880DF'

red 168 ◦ green 128 ◦ blue 223

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

Shades of Medium Purple #A880DF

Tints of Medium Purple #A880DF

RGB

 RED value IS 168 (66.02% from 255) = 32.37%

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

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

R = 32.37%
G = 24.66%
B = 42.97%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A880DF (or 0xA880DF) is known color: Medium Purple. HEX triplet: A8, 80 and DF. RGB value is (168,128,223). Sum of RGB (Red+Green+Blue) = 168+128+223=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #A880DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880DF is #577F20. Grayscale: #969696. Windows color (decimal): -5734177 or 14647464. OLE color: 14647464.

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

Color convert

RGB 168 128 223 -
CMYK 0.25 0.43 0 0.13
HSL 265.26º 0.6% 0.69% -
HSV(B) 265.26º 0.43% 0.87% -
XYZ 37.19 29.09 73.47 -
YUV 150.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 168 128 223 0.25 0.43 0 0.13 265.26 0.6 0.69
Hex A8 80 DF 19 2B 0 D 109 3C 45
Octal 250 200 337 31 53 0 15 411 74 105
Binary 10101000 10000000 11011111 11001 101011 0 1101 100001001 111100 1000101

Color Harmonies of #A880DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A880DF

Black with #A880DF

Text Example


Text Example

White with #A880DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A880DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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