#A895CF

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

Shades of Biloba Flower #A895CF

Tints of Biloba Flower #A895CF

Color information

#A895CF (or 0xA895CF) is unknown color: approx Biloba Flower. HEX triplet: A8, 95 and CF. RGB value is (168,149,207). Sum of RGB (Red+Green+Blue) = 168+149+207=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #A895CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895CF is #576A30. Grayscale: #A1A1A1. Windows color (decimal): -5728817 or 13604264. OLE color: 13604264.

HSL color Cylindrical-coordinate representation of color #A895CF: hue angle of 259.66º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A895CF is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168149207-
CMYK0.190.2800.19
HSL259.66º37.66%69.8%-
HSV(B)259.66º28.02%81.18%-
XYZ38.1634.3263.65-
YUV161.29153.79132.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 207 (81.25% from 255) = 39.50%
R=32.06%
G=28.44%
B=39.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681492070.190.2800.19259.6637.6669.8
HexA895CF131C0131042646
Octal250225317233402340446106
Binary10101000100101011100111110011111000100111000001001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895CF; }

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

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

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

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

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

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

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

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