Html Css Color HEX #A088EB Medium Purple

📋 copy color: '#A088EB'

red 160 ◦ green 136 ◦ blue 235

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

Shades of Medium Purple #A088EB

Tints of Medium Purple #A088EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 30.13%
G = 25.61%
B = 44.26%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A088EB (or 0xA088EB) is known color: Medium Purple. HEX triplet: A0, 88 and EB. RGB value is (160,136,235). Sum of RGB (Red+Green+Blue) = 160+136+235=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #A088EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A088EB is #5F7714. Grayscale: #9A9A9A. Windows color (decimal): -6256405 or 15435936. OLE color: 15435936.

HSL color Cylindrical-coordinate representation of color #A088EB: hue angle of 254.55º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A088EB is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 136 235 -
CMYK 0.32 0.42 0 0.08
HSL 254.55º 0.71% 0.73% -
HSV(B) 254.55º 0.42% 0.92% -
XYZ 38.3 31.08 82.58 -
YUV 154.46 173.45 131.95 -
System Red Green Blue C M Y K H S L
Decimal 160 136 235 0.32 0.42 0 0.08 254.55 0.71 0.73
Hex A0 88 EB 20 2A 0 8 FF 47 49
Octal 240 210 353 40 52 0 10 377 107 111
Binary 10100000 10001000 11101011 100000 101010 0 1000 11111111 1000111 1001001

Color Harmonies of #A088EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088EB

Black with #A088EB

Text Example


Text Example

White with #A088EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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