Html Css Color HEX #A088EA Medium Purple

📋 copy color: '#A088EA'

red 160 ◦ green 136 ◦ blue 234

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

Shades of Medium Purple #A088EA

Tints of Medium Purple #A088EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 30.19%
G = 25.66%
B = 44.15%

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

#A088EA (or 0xA088EA) is known color: Medium Purple. HEX triplet: A0, 88 and EA. RGB value is (160,136,234). Sum of RGB (Red+Green+Blue) = 160+136+234=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #A088EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A088EA is #5F7715. Grayscale: #999999. Windows color (decimal): -6256406 or 15370400. OLE color: 15370400.

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

Color convert

RGB 160 136 234 -
CMYK 0.32 0.42 0 0.08
HSL 254.69º 0.7% 0.73% -
HSV(B) 254.69º 0.42% 0.92% -
XYZ 38.15 31.02 81.82 -
YUV 154.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 160 136 234 0.32 0.42 0 0.08 254.69 0.7 0.73
Hex A0 88 EA 20 2A 0 8 FF 46 49
Octal 240 210 352 40 52 0 10 377 106 111
Binary 10100000 10001000 11101010 100000 101010 0 1000 11111111 1000110 1001001

Color Harmonies of #A088EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088EA

Black with #A088EA

Text Example


Text Example

White with #A088EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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