Html Css Color HEX #A284ED Medium Purple

📋 copy color: '#A284ED'

red 162 ◦ green 132 ◦ blue 237

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

Shades of Medium Purple #A284ED

Tints of Medium Purple #A284ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 30.51%
G = 24.86%
B = 44.63%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A284ED (or 0xA284ED) is known color: Medium Purple. HEX triplet: A2, 84 and ED. RGB value is (162,132,237). Sum of RGB (Red+Green+Blue) = 162+132+237=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #A284ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A284ED is #5D7B12. Grayscale: #989898. Windows color (decimal): -6126355 or 15565986. OLE color: 15565986.

HSL color Cylindrical-coordinate representation of color #A284ED: hue angle of 257.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A284ED is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 132 237 -
CMYK 0.32 0.44 0 0.07
HSL 257.14º 0.74% 0.72% -
HSV(B) 257.14º 0.44% 0.93% -
XYZ 38.44 30.3 83.94 -
YUV 152.94 175.44 134.46 -
System Red Green Blue C M Y K H S L
Decimal 162 132 237 0.32 0.44 0 0.07 257.14 0.74 0.72
Hex A2 84 ED 20 2C 0 7 101 4A 48
Octal 242 204 355 40 54 0 7 401 112 110
Binary 10100010 10000100 11101101 100000 101100 0 111 100000001 1001010 1001000

Color Harmonies of #A284ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A284ED

Black with #A284ED

Text Example


Text Example

White with #A284ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A284ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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