#A88FF8

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

Shades of Biloba Flower #A88FF8

Tints of Biloba Flower #A88FF8

Color information

#A88FF8 (or 0xA88FF8) is unknown color: approx Biloba Flower. HEX triplet: A8, 8F and F8. RGB value is (168,143,248). Sum of RGB (Red+Green+Blue) = 168+143+248=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #A88FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88FF8 is #577007. Grayscale: #A2A2A2. Windows color (decimal): -5730312 or 16289704. OLE color: 16289704.

HSL color Cylindrical-coordinate representation of color #A88FF8: hue angle of 254.29º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A88FF8 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB168143248-
CMYK0.320.4200.03
HSL254.29º88.24%76.67%-
HSV(B)254.29º42.34%97.25%-
XYZ42.9134.7593.25-
YUV162.44176.28131.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.05%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 248 (97.27% from 255) = 44.36%
R=30.05%
G=25.58%
B=44.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1681432480.320.4200.03254.2988.2476.67
HexA88FF8202A03fe584d
Octal250217370405203376130115
Binary1010100010001111111110001000001010100111111111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FF8; }

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

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

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

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

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

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

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

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