Html Css Color HEX #A288ED Medium Purple

📋 copy color: '#A288ED'

red 162 ◦ green 136 ◦ blue 237

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

Shades of Medium Purple #A288ED

Tints of Medium Purple #A288ED

RGB

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

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

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

R = 30.28%
G = 25.42%
B = 44.3%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A288ED (or 0xA288ED) is known color: Medium Purple. HEX triplet: A2, 88 and ED. RGB value is (162,136,237). Sum of RGB (Red+Green+Blue) = 162+136+237=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #A288ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A288ED is #5D7712. Grayscale: #9A9A9A. Windows color (decimal): -6125331 or 15567010. OLE color: 15567010.

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

Color convert

RGB 162 136 237 -
CMYK 0.32 0.43 0 0.07
HSL 255.45º 0.74% 0.73% -
HSV(B) 255.45º 0.43% 0.93% -
XYZ 38.99 31.4 84.13 -
YUV 155.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 162 136 237 0.32 0.43 0 0.07 255.45 0.74 0.73
Hex A2 88 ED 20 2B 0 7 FF 4A 49
Octal 242 210 355 40 53 0 7 377 112 111
Binary 10100010 10001000 11101101 100000 101011 0 111 11111111 1001010 1001001

Color Harmonies of #A288ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A288ED

Black with #A288ED

Text Example


Text Example

White with #A288ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A288ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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