#A698CF

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

Shades of Biloba Flower #A698CF

Tints of Biloba Flower #A698CF

Color information

#A698CF (or 0xA698CF) is unknown color: approx Biloba Flower. HEX triplet: A6, 98 and CF. RGB value is (166,152,207). Sum of RGB (Red+Green+Blue) = 166+152+207=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #A698CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698CF is #596730. Grayscale: #A2A2A2. Windows color (decimal): -5859121 or 13605030. OLE color: 13605030.

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

Color convert

RGB166152207-
CMYK0.200.2700.19
HSL255.27º36.42%70.39%-
HSV(B)255.27º26.57%81.18%-
XYZ38.2235.0763.79-
YUV162.46153.14130.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=31.62%
G=28.95%
B=39.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661522070.200.2700.19255.2736.4270.39
HexA698CF141B013ff2446
Octal246230317243302337744106
Binary1010011010011000110011111010011011010011111111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A698CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A698CF; }

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

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

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

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

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

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

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

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