#A88FDC

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

Shades of Biloba Flower #A88FDC

Tints of Biloba Flower #A88FDC

Color information

#A88FDC (or 0xA88FDC) is unknown color: approx Biloba Flower. HEX triplet: A8, 8F and DC. RGB value is (168,143,220). Sum of RGB (Red+Green+Blue) = 168+143+220=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #A88FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FDC is #577023. Grayscale: #9E9E9E. Windows color (decimal): -5730340 or 14454696. OLE color: 14454696.

HSL color Cylindrical-coordinate representation of color #A88FDC: hue angle of 259.48º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A88FDC is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168143220-
CMYK0.240.3500.14
HSL259.48º52.38%71.18%-
HSV(B)259.48º35%86.27%-
XYZ38.8933.1472.06-
YUV159.25162.28134.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=31.64%
G=26.93%
B=41.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681432200.240.3500.14259.4852.3871.18
HexA88FDC18230E1033447
Octal250217334304301640364107
Binary10101000100011111101110011000100011011101000000111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FDC; }

 p { color: rgb(168,143,220); }

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

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

 a { background-color: rgb(168,143,220); }

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

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

 span { border-color: rgb(168,143,220); }

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