Html Css Color HEX #A280DD Medium Purple

📋 copy color: '#A280DD'

red 162 ◦ green 128 ◦ blue 221

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

Shades of Medium Purple #A280DD

Tints of Medium Purple #A280DD

RGB

 RED value IS 162 (63.67% from 255) = 31.7%

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

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 31.7%
G = 25.05%
B = 43.25%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A280DD (or 0xA280DD) is known color: Medium Purple. HEX triplet: A2, 80 and DD. RGB value is (162,128,221). Sum of RGB (Red+Green+Blue) = 162+128+221=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #A280DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280DD is #5D7F22. Grayscale: #949494. Windows color (decimal): -6127395 or 14516386. OLE color: 14516386.

HSL color Cylindrical-coordinate representation of color #A280DD: hue angle of 261.94º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A280DD is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 128 221 -
CMYK 0.27 0.42 0 0.13
HSL 261.94º 0.58% 0.68% -
HSV(B) 261.94º 0.42% 0.87% -
XYZ 35.67 28.34 72 -
YUV 148.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 162 128 221 0.27 0.42 0 0.13 261.94 0.58 0.68
Hex A2 80 DD 1B 2A 0 D 106 3A 44
Octal 242 200 335 33 52 0 15 406 72 104
Binary 10100010 10000000 11011101 11011 101010 0 1101 100000110 111010 1000100

Color Harmonies of #A280DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A280DD

Black with #A280DD

Text Example


Text Example

White with #A280DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A280DD; }

 p { color: rgb(162,128,221); }

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

background-color css

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

 a { background-color: rgb(162,128,221); }

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

border-color css

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

 span { border-color: rgb(162,128,221); }

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