Html Css Color HEX #A284DD Medium Purple

📋 copy color: '#A284DD'

red 162 ◦ green 132 ◦ blue 221

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

Shades of Medium Purple #A284DD

Tints of Medium Purple #A284DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.63%

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

R = 31.46%
G = 25.63%
B = 42.91%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A284DD (or 0xA284DD) is known color: Medium Purple. HEX triplet: A2, 84 and DD. RGB value is (162,132,221). Sum of RGB (Red+Green+Blue) = 162+132+221=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #A284DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284DD is #5D7B22. Grayscale: #969696. Windows color (decimal): -6126371 or 14517410. OLE color: 14517410.

HSL color Cylindrical-coordinate representation of color #A284DD: hue angle of 260.22º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A284DD is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 132 221 -
CMYK 0.27 0.40 0 0.13
HSL 260.22º 0.57% 0.69% -
HSV(B) 260.22º 0.4% 0.87% -
XYZ 36.2 29.4 72.17 -
YUV 151.12 167.44 135.76 -
System Red Green Blue C M Y K H S L
Decimal 162 132 221 0.27 0.40 0 0.13 260.22 0.57 0.69
Hex A2 84 DD 1B 28 0 D 104 39 45
Octal 242 204 335 33 50 0 15 404 71 105
Binary 10100010 10000100 11011101 11011 101000 0 1101 100000100 111001 1000101

Color Harmonies of #A284DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A284DD

Black with #A284DD

Text Example


Text Example

White with #A284DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A284DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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