#A895FD

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

Shades of Biloba Flower #A895FD

Tints of Biloba Flower #A895FD

Color information

#A895FD (or 0xA895FD) is unknown color: approx Biloba Flower. HEX triplet: A8, 95 and FD. RGB value is (168,149,253). Sum of RGB (Red+Green+Blue) = 168+149+253=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #A895FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A895FD is #576A02. Grayscale: #A6A6A6. Windows color (decimal): -5728771 or 16618920. OLE color: 16618920.

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

Color convert

RGB168149253-
CMYK0.340.4100.01
HSL250.96º96.3%78.82%-
HSV(B)250.96º41.11%99.22%-
XYZ44.6336.9197.7-
YUV166.54176.79129.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.47%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=29.47%
G=26.14%
B=44.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681492530.340.4100.01250.9696.378.82
HexA895FD222901fb604f
Octal250225375425101373140117
Binary101010001001010111111101100010101001011111101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895FD; }

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

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

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

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

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

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

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

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