#A895CC

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

Shades of Biloba Flower #A895CC

Tints of Biloba Flower #A895CC

Color information

#A895CC (or 0xA895CC) is unknown color: approx Biloba Flower. HEX triplet: A8, 95 and CC. RGB value is (168,149,204). Sum of RGB (Red+Green+Blue) = 168+149+204=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #A895CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895CC is #576A33. Grayscale: #A0A0A0. Windows color (decimal): -5728820 or 13407656. OLE color: 13407656.

HSL color Cylindrical-coordinate representation of color #A895CC: hue angle of 260.73º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A895CC is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB168149204-
CMYK0.180.2700.2
HSL260.73º35.03%69.22%-
HSV(B)260.73º26.96%80%-
XYZ37.7934.1861.73-
YUV160.95152.29133.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=32.25%
G=28.60%
B=39.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681492040.180.2700.2260.7335.0369.22
HexA895CC121B0141052345
Octal250225314223302440543105
Binary10101000100101011100110010010110110101001000001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895CC; }

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

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

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

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

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

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

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

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