Html Css Color HEX #A088EC Medium Purple

📋 copy color: '#A088EC'

red 160 ◦ green 136 ◦ blue 236

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

Shades of Medium Purple #A088EC

Tints of Medium Purple #A088EC

RGB

 RED value IS 160 (62.89% from 255) = 30.08%

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

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

R = 30.08%
G = 25.56%
B = 44.36%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A088EC (or 0xA088EC) is known color: Medium Purple. HEX triplet: A0, 88 and EC. RGB value is (160,136,236). Sum of RGB (Red+Green+Blue) = 160+136+236=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #A088EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A088EC is #5F7713. Grayscale: #9A9A9A. Windows color (decimal): -6256404 or 15501472. OLE color: 15501472.

HSL color Cylindrical-coordinate representation of color #A088EC: hue angle of 254.4º 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 #A088EC is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 136 236 -
CMYK 0.32 0.42 0 0.07
HSL 254.4º 0.72% 0.73% -
HSV(B) 254.4º 0.42% 0.93% -
XYZ 38.44 31.14 83.34 -
YUV 154.58 173.95 131.87 -
System Red Green Blue C M Y K H S L
Decimal 160 136 236 0.32 0.42 0 0.07 254.4 0.72 0.73
Hex A0 88 EC 20 2A 0 7 FE 48 49
Octal 240 210 354 40 52 0 7 376 110 111
Binary 10100000 10001000 11101100 100000 101010 0 111 11111110 1001000 1001001

Color Harmonies of #A088EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088EC

Black with #A088EC

Text Example


Text Example

White with #A088EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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