Html Css Color HEX #A285EE Medium Purple

📋 copy color: '#A285EE'

red 162 ◦ green 133 ◦ blue 238

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

Shades of Medium Purple #A285EE

Tints of Medium Purple #A285EE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.95%

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

R = 30.39%
G = 24.95%
B = 44.65%

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

#A285EE (or 0xA285EE) is known color: Medium Purple. HEX triplet: A2, 85 and EE. RGB value is (162,133,238). Sum of RGB (Red+Green+Blue) = 162+133+238=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #A285EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A285EE is #5D7A11. Grayscale: #999999. Windows color (decimal): -6126098 or 15631778. OLE color: 15631778.

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

Color convert

RGB 162 133 238 -
CMYK 0.32 0.44 0 0.07
HSL 256.57º 0.76% 0.73% -
HSV(B) 256.57º 0.44% 0.93% -
XYZ 38.72 30.63 84.76 -
YUV 153.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 162 133 238 0.32 0.44 0 0.07 256.57 0.76 0.73
Hex A2 85 EE 20 2C 0 7 101 4C 49
Octal 242 205 356 40 54 0 7 401 114 111
Binary 10100010 10000101 11101110 100000 101100 0 111 100000001 1001100 1001001

Color Harmonies of #A285EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A285EE

Black with #A285EE

Text Example


Text Example

White with #A285EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A285EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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