#A88BD3

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

Shades of Biloba Flower #A88BD3

Tints of Biloba Flower #A88BD3

Color information

#A88BD3 (or 0xA88BD3) is unknown color: approx Biloba Flower. HEX triplet: A8, 8B and D3. RGB value is (168,139,211). Sum of RGB (Red+Green+Blue) = 168+139+211=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #A88BD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BD3 is #57742C. Grayscale: #9B9B9B. Windows color (decimal): -5731373 or 13863848. OLE color: 13863848.

HSL color Cylindrical-coordinate representation of color #A88BD3: hue angle of 264.17º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A88BD3 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB168139211-
CMYK0.200.3400.17
HSL264.17º45%68.63%-
HSV(B)264.17º34.12%82.75%-
XYZ37.1431.4965.75-
YUV155.88159.11136.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 139 (54.69% from 255) = 26.83%
BLUE value IS 211 (82.81% from 255) = 40.73%
R=32.43%
G=26.83%
B=40.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1681392110.200.3400.17264.174568.63
HexA88BD314220111082d45
Octal250213323244202141055105
Binary101010001000101111010011101001000100100011000010001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BD3; }

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

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

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

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

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

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

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

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