Html Css Color HEX #A288EC Medium Purple

📋 copy color: '#A288EC'

red 162 ◦ green 136 ◦ blue 236

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

Shades of Medium Purple #A288EC

Tints of Medium Purple #A288EC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.47%

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

R = 30.34%
G = 25.47%
B = 44.19%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A288EC (or 0xA288EC) is known color: Medium Purple. HEX triplet: A2, 88 and EC. RGB value is (162,136,236). Sum of RGB (Red+Green+Blue) = 162+136+236=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #A288EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A288EC is #5D7713. Grayscale: #9A9A9A. Windows color (decimal): -6125332 or 15501474. OLE color: 15501474.

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

Color convert

RGB 162 136 236 -
CMYK 0.31 0.42 0 0.07
HSL 255.6º 0.72% 0.73% -
HSV(B) 255.6º 0.42% 0.93% -
XYZ 38.84 31.35 83.36 -
YUV 155.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 162 136 236 0.31 0.42 0 0.07 255.6 0.72 0.73
Hex A2 88 EC 1F 2A 0 7 100 48 49
Octal 242 210 354 37 52 0 7 400 110 111
Binary 10100010 10001000 11101100 11111 101010 0 111 100000000 1001000 1001001

Color Harmonies of #A288EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A288EC

Black with #A288EC

Text Example


Text Example

White with #A288EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A288EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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