#A698E1

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

Shades of Biloba Flower #A698E1

Tints of Biloba Flower #A698E1

Color information

#A698E1 (or 0xA698E1) is unknown color: approx Biloba Flower. HEX triplet: A6, 98 and E1. RGB value is (166,152,225). Sum of RGB (Red+Green+Blue) = 166+152+225=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #A698E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698E1 is #59671E. Grayscale: #A4A4A4. Windows color (decimal): -5859103 or 14784678. OLE color: 14784678.

HSL color Cylindrical-coordinate representation of color #A698E1: hue angle of 251.51º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A698E1 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166152225-
CMYK0.260.3200.12
HSL251.51º54.89%73.92%-
HSV(B)251.51º32.44%88.24%-
XYZ40.543676.05-
YUV164.51162.14129.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.57%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 225 (88.28% from 255) = 41.44%
R=30.57%
G=27.99%
B=41.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661522250.260.3200.12251.5154.8973.92
HexA698E11A200Cfc374a
Octal246230341324001437467112
Binary1010011010011000111000011101010000001100111111001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A698E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A698E1; }

 p { color: rgb(166,152,225); }

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

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

 a { background-color: rgb(166,152,225); }

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

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

 span { border-color: rgb(166,152,225); }

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