#A88EDF

Color #A88EDF Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A88EDF

Tints of Biloba Flower #A88EDF

Color information

#A88EDF (or 0xA88EDF) is unknown color: approx Biloba Flower. HEX triplet: A8, 8E and DF. RGB value is (168,142,223). Sum of RGB (Red+Green+Blue) = 168+142+223=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #A88EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EDF is #577120. Grayscale: #9E9E9E. Windows color (decimal): -5730593 or 14651048. OLE color: 14651048.

HSL color Cylindrical-coordinate representation of color #A88EDF: hue angle of 259.26º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A88EDF is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168142223-
CMYK0.250.3600.13
HSL259.26º55.86%71.57%-
HSV(B)259.26º36.32%87.45%-
XYZ39.143374.12-
YUV159.01164.11134.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=31.52%
G=26.64%
B=41.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681422230.250.3600.13259.2655.8671.57
HexA88EDF19240D1033848
Octal250216337314401540370110
Binary10101000100011101101111111001100100011011000000111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88EDF; }

 p { color: rgb(168,142,223); }

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

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

 a { background-color: rgb(168,142,223); }

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

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

 span { border-color: rgb(168,142,223); }

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