#A088F3

Color #A088F3 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A088F3

Tints of Medium Purple #A088F3

Color information

#A088F3 (or 0xA088F3) is unknown color: approx Medium Purple. HEX triplet: A0, 88 and F3. RGB value is (160,136,243). Sum of RGB (Red+Green+Blue) = 160+136+243=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #A088F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A088F3 is #5F770C. Grayscale: #9A9A9A. Windows color (decimal): -6256397 or 15960224. OLE color: 15960224.

HSL color Cylindrical-coordinate representation of color #A088F3: hue angle of 253.46º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A088F3 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160136243-
CMYK0.340.4400.05
HSL253.46º81.68%74.31%-
HSV(B)253.46º44.03%95.29%-
XYZ39.4831.5588.8-
YUV155.37177.45131.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 136 (53.52% from 255) = 25.23%
BLUE value IS 243 (95.31% from 255) = 45.08%
R=29.68%
G=25.23%
B=45.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601362430.340.4400.05253.4681.6874.31
HexA088F3222C05fd524a
Octal240210363425405375122112
Binary10100000100010001111001110001010110001011111110110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088F3; }

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

 H1.HeaderClassName
 {
   color: #A088F3;
 }
 .AnyTagClassName
 {
   color: #A088F3;
 }
</style>
background-color css

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

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

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

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

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

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