#A895E4

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

Shades of Biloba Flower #A895E4

Tints of Biloba Flower #A895E4

Color information

#A895E4 (or 0xA895E4) is unknown color: approx Biloba Flower. HEX triplet: A8, 95 and E4. RGB value is (168,149,228). Sum of RGB (Red+Green+Blue) = 168+149+228=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #A895E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895E4 is #576A1B. Grayscale: #A3A3A3. Windows color (decimal): -5728796 or 14980520. OLE color: 14980520.

HSL color Cylindrical-coordinate representation of color #A895E4: hue angle of 254.43º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A895E4 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168149228-
CMYK0.260.3500.11
HSL254.43º59.4%73.92%-
HSV(B)254.43º34.65%89.41%-
XYZ40.935.4278.08-
YUV163.69164.29131.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.83%
GREEN value IS 149 (58.59% from 255) = 27.34%
BLUE value IS 228 (89.45% from 255) = 41.83%
R=30.83%
G=27.34%
B=41.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681492280.260.3500.11254.4359.473.92
HexA895E41A230Bfe3b4a
Octal250225344324301337673112
Binary1010100010010101111001001101010001101011111111101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895E4; }

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

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

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

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

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

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

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

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