#A88DE4

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

Shades of Biloba Flower #A88DE4

Tints of Biloba Flower #A88DE4

Color information

#A88DE4 (or 0xA88DE4) is unknown color: approx Biloba Flower. HEX triplet: A8, 8D and E4. RGB value is (168,141,228). Sum of RGB (Red+Green+Blue) = 168+141+228=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #A88DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DE4 is #57721B. Grayscale: #9E9E9E. Windows color (decimal): -5730844 or 14978472. OLE color: 14978472.

HSL color Cylindrical-coordinate representation of color #A88DE4: hue angle of 258.62º degrees, saturation: 0.62, 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 #A88DE4 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168141228-
CMYK0.260.3800.11
HSL258.62º61.7%72.35%-
HSV(B)258.62º38.16%89.41%-
XYZ39.6832.9877.67-
YUV158.99166.95134.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 228 (89.45% from 255) = 42.46%
R=31.28%
G=26.26%
B=42.46%

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
Decimal1681412280.260.3800.11258.6261.772.35
HexA88DE41A260B1033e48
Octal250215344324601340376110
Binary10101000100011011110010011010100110010111000000111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DE4; }

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

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

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

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

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

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

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

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