#a88cf4

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

Shades of Biloba Flower #A88CF4

Tints of Biloba Flower #A88CF4

Color information

#A88CF4 (or 0xA88CF4) is unknown color: approx Biloba Flower. HEX triplet: A8, 8C and F4. RGB value is (168,140,244). Sum of RGB (Red+Green+Blue) = 168+140+244=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 244 (95.70% from 255 or 44.20% from 552); Max value from RGB is 244 - color contains mainly: blue. Hex color #A88CF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88CF4 is #57730B. Grayscale: #9F9F9F. Windows color (decimal): -5731084 or 16026792. OLE color: 16026792.

HSL color Cylindrical-coordinate representation of color #A88CF4: hue angle of 256.15º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A88CF4 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB168140244-
CMYK0.310.4300.04
HSL256.15º82.54%75.29%-
HSV(B)256.15º42.62%95.69%-
XYZ41.8633.6189.87-
YUV160.23175.28133.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.43%
GREEN value IS 140 (55.08% from 255) = 25.36%
BLUE value IS 244 (95.70% from 255) = 44.20%
R=30.43%
G=25.36%
B=44.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681402440.310.4300.04256.1582.5475.29
HexA88CF41F2B04100534b
Octal250214364375304400123113
Binary10101000100011001111010011111101011010010000000010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a88cf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a88cf4; }

 p { color: rgb(168,140,244); }

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

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

 a { background-color: rgb(168,140,244); }

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

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

 span { border-color: rgb(168,140,244); }

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