#A88CFD

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

Shades of Biloba Flower #A88CFD

Tints of Biloba Flower #A88CFD

Color information

#A88CFD (or 0xA88CFD) is unknown color: approx Biloba Flower. HEX triplet: A8, 8C and FD. RGB value is (168,140,253). Sum of RGB (Red+Green+Blue) = 168+140+253=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #A88CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88CFD is #577302. Grayscale: #A0A0A0. Windows color (decimal): -5731075 or 16616616. OLE color: 16616616.

HSL color Cylindrical-coordinate representation of color #A88CFD: hue angle of 254.87º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A88CFD is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168140253-
CMYK0.340.4500.01
HSL254.87º96.58%77.06%-
HSV(B)254.87º44.66%99.22%-
XYZ43.2634.1797.24-
YUV161.25179.78132.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.95%
GREEN value IS 140 (55.08% from 255) = 24.96%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=29.95%
G=24.96%
B=45.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681402530.340.4500.01254.8796.5877.06
HexA88CFD222D01ff614d
Octal250214375425501377141115
Binary101010001000110011111101100010101101011111111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CFD; }

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

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

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

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

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

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

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

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