#A88BCF

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

Shades of Biloba Flower #A88BCF

Tints of Biloba Flower #A88BCF

Color information

#A88BCF (or 0xA88BCF) is unknown color: approx Biloba Flower. HEX triplet: A8, 8B and CF. RGB value is (168,139,207). Sum of RGB (Red+Green+Blue) = 168+139+207=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #A88BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BCF is #577430. Grayscale: #9B9B9B. Windows color (decimal): -5731377 or 13601704. OLE color: 13601704.

HSL color Cylindrical-coordinate representation of color #A88BCF: hue angle of 265.59º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A88BCF is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168139207-
CMYK0.190.3300.19
HSL265.59º41.46%67.84%-
HSV(B)265.59º32.85%81.18%-
XYZ36.6431.363.14-
YUV155.42157.11136.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 139 (54.69% from 255) = 27.04%
BLUE value IS 207 (81.25% from 255) = 40.27%
R=32.68%
G=27.04%
B=40.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681392070.190.3300.19265.5941.4667.84
HexA88BCF132101310a2944
Octal250213317234102341251104
Binary101010001000101111001111100111000010100111000010101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BCF; }

 p { color: rgb(168,139,207); }

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

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

 a { background-color: rgb(168,139,207); }

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

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

 span { border-color: rgb(168,139,207); }

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