Html Css Color HEX #A285EC Medium Purple

📋 copy color: '#A285EC'

red 162 ◦ green 133 ◦ blue 236

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

Shades of Medium Purple #A285EC

Tints of Medium Purple #A285EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.44%

R = 30.51%
G = 25.05%
B = 44.44%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A285EC (or 0xA285EC) is known color: Medium Purple. HEX triplet: A2, 85 and EC. RGB value is (162,133,236). Sum of RGB (Red+Green+Blue) = 162+133+236=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #A285EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A285EC is #5D7A13. Grayscale: #999999. Windows color (decimal): -6126100 or 15500706. OLE color: 15500706.

HSL color Cylindrical-coordinate representation of color #A285EC: hue angle of 256.89º degrees, saturation: 0.73, 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 #A285EC is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 133 236 -
CMYK 0.31 0.44 0 0.07
HSL 256.89º 0.73% 0.72% -
HSV(B) 256.89º 0.44% 0.93% -
XYZ 38.43 30.51 83.22 -
YUV 153.41 174.61 134.12 -
System Red Green Blue C M Y K H S L
Decimal 162 133 236 0.31 0.44 0 0.07 256.89 0.73 0.72
Hex A2 85 EC 1F 2C 0 7 101 49 48
Octal 242 205 354 37 54 0 7 401 111 110
Binary 10100010 10000101 11101100 11111 101100 0 111 100000001 1001001 1001000

Color Harmonies of #A285EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A285EC

Black with #A285EC

Text Example


Text Example

White with #A285EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A285EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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