#A895C4

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

Shades of Biloba Flower #A895C4

Tints of Biloba Flower #A895C4

Color information

#A895C4 (or 0xA895C4) is unknown color: approx Biloba Flower. HEX triplet: A8, 95 and C4. RGB value is (168,149,196). Sum of RGB (Red+Green+Blue) = 168+149+196=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #A895C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895C4 is #576A3B. Grayscale: #9F9F9F. Windows color (decimal): -5728828 or 12883368. OLE color: 12883368.

HSL color Cylindrical-coordinate representation of color #A895C4: hue angle of 264.26º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A895C4 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB168149196-
CMYK0.140.2400.23
HSL264.26º28.48%67.65%-
HSV(B)264.26º23.98%76.86%-
XYZ36.8633.8156.81-
YUV160.04148.29133.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 196 (76.95% from 255) = 38.21%
R=32.75%
G=29.04%
B=38.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681491960.140.2400.23264.2628.4867.65
HexA895C4E180171081c44
Octal250225304163002741034104
Binary101010001001010111000100111011000010111100001000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895C4; }

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

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

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

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

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

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

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

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