Html Css Color HEX #A284EE Medium Purple

📋 copy color: '#A284EE'

red 162 ◦ green 132 ◦ blue 238

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

Shades of Medium Purple #A284EE

Tints of Medium Purple #A284EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.74%

R = 30.45%
G = 24.81%
B = 44.74%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A284EE (or 0xA284EE) is known color: Medium Purple. HEX triplet: A2, 84 and EE. RGB value is (162,132,238). Sum of RGB (Red+Green+Blue) = 162+132+238=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #A284EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A284EE is #5D7B11. Grayscale: #989898. Windows color (decimal): -6126354 or 15631522. OLE color: 15631522.

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

Color convert

RGB 162 132 238 -
CMYK 0.32 0.45 0 0.07
HSL 256.98º 0.76% 0.73% -
HSV(B) 256.98º 0.45% 0.93% -
XYZ 38.58 30.36 84.71 -
YUV 153.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 162 132 238 0.32 0.45 0 0.07 256.98 0.76 0.73
Hex A2 84 EE 20 2D 0 7 101 4C 49
Octal 242 204 356 40 55 0 7 401 114 111
Binary 10100010 10000100 11101110 100000 101101 0 111 100000001 1001100 1001001

Color Harmonies of #A284EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A284EE

Black with #A284EE

Text Example


Text Example

White with #A284EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A284EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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