#A88BEA

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

Shades of Biloba Flower #A88BEA

Tints of Biloba Flower #A88BEA

Color information

#A88BEA (or 0xA88BEA) is unknown color: approx Biloba Flower. HEX triplet: A8, 8B and EA. RGB value is (168,139,234). Sum of RGB (Red+Green+Blue) = 168+139+234=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #A88BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88BEA is #577415. Grayscale: #9E9E9E. Windows color (decimal): -5731350 or 15371176. OLE color: 15371176.

HSL color Cylindrical-coordinate representation of color #A88BEA: hue angle of 258.32º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A88BEA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168139234-
CMYK0.280.4100.08
HSL258.32º69.34%73.14%-
HSV(B)258.32º40.6%91.76%-
XYZ40.2332.7382.04-
YUV158.5170.61134.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.05%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=31.05%
G=25.69%
B=43.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681392340.280.4100.08258.3269.3473.14
HexA88BEA1C29081024549
Octal2502133523451010402105111
Binary101010001000101111101010111001010010100010000001010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BEA; }

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

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

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

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

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

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

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

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