#A88DE2

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

Shades of Biloba Flower #A88DE2

Tints of Biloba Flower #A88DE2

Color information

#A88DE2 (or 0xA88DE2) is unknown color: approx Biloba Flower. HEX triplet: A8, 8D and E2. RGB value is (168,141,226). Sum of RGB (Red+Green+Blue) = 168+141+226=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #A88DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DE2 is #57721D. Grayscale: #9E9E9E. Windows color (decimal): -5730846 or 14847400. OLE color: 14847400.

HSL color Cylindrical-coordinate representation of color #A88DE2: hue angle of 259.06º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A88DE2 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168141226-
CMYK0.260.3800.11
HSL259.06º59.44%71.96%-
HSV(B)259.06º37.61%88.63%-
XYZ39.432.8776.22-
YUV158.76165.95134.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 226 (88.67% from 255) = 42.24%
R=31.40%
G=26.36%
B=42.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681412260.260.3800.11259.0659.4471.96
HexA88DE21A260B1033b48
Octal250215342324601340373110
Binary10101000100011011110001011010100110010111000000111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DE2; }

 p { color: rgb(168,141,226); }

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

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

 a { background-color: rgb(168,141,226); }

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

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

 span { border-color: rgb(168,141,226); }

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