#A698CA

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

Shades of Biloba Flower #A698CA

Tints of Biloba Flower #A698CA

Color information

#A698CA (or 0xA698CA) is unknown color: approx Biloba Flower. HEX triplet: A6, 98 and CA. RGB value is (166,152,202). Sum of RGB (Red+Green+Blue) = 166+152+202=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #A698CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A698CA is #596735. Grayscale: #A1A1A1. Windows color (decimal): -5859126 or 13277350. OLE color: 13277350.

HSL color Cylindrical-coordinate representation of color #A698CA: hue angle of 256.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A698CA is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166152202-
CMYK0.180.2500.21
HSL256.8º32.05%69.41%-
HSV(B)256.8º24.75%79.22%-
XYZ37.6134.8360.62-
YUV161.89150.64130.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 152 (59.77% from 255) = 29.23%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=31.92%
G=29.23%
B=38.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661522020.180.2500.21256.832.0569.41
HexA698CA12190151012045
Octal246230312223102540140105
Binary10100110100110001100101010010110010101011000000011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A698CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A698CA; }

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

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

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

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

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

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

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

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