Html Css Color HEX #A284DF Medium Purple

📋 copy color: '#A284DF'

red 162 ◦ green 132 ◦ blue 223

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

Shades of Medium Purple #A284DF

Tints of Medium Purple #A284DF

RGB

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

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

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

R = 31.33%
G = 25.53%
B = 43.13%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A284DF (or 0xA284DF) is known color: Medium Purple. HEX triplet: A2, 84 and DF. RGB value is (162,132,223). Sum of RGB (Red+Green+Blue) = 162+132+223=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #A284DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284DF is #5D7B20. Grayscale: #979797. Windows color (decimal): -6126369 or 14648482. OLE color: 14648482.

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

Color convert

RGB 162 132 223 -
CMYK 0.27 0.41 0 0.13
HSL 259.78º 0.59% 0.7% -
HSV(B) 259.78º 0.41% 0.87% -
XYZ 36.47 29.51 73.59 -
YUV 151.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 162 132 223 0.27 0.41 0 0.13 259.78 0.59 0.7
Hex A2 84 DF 1B 29 0 D 104 3B 46
Octal 242 204 337 33 51 0 15 404 73 106
Binary 10100010 10000100 11011111 11011 101001 0 1101 100000100 111011 1000110

Color Harmonies of #A284DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A284DF

Black with #A284DF

Text Example


Text Example

White with #A284DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A284DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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