#A69ACA

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

Shades of Biloba Flower #A69ACA

Tints of Biloba Flower #A69ACA

Color information

#A69ACA (or 0xA69ACA) is unknown color: approx Biloba Flower. HEX triplet: A6, 9A and CA. RGB value is (166,154,202). Sum of RGB (Red+Green+Blue) = 166+154+202=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #A69ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ACA is #596535. Grayscale: #A2A2A2. Windows color (decimal): -5858614 or 13277862. OLE color: 13277862.

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

Color convert

RGB166154202-
CMYK0.180.2400.21
HSL255º31.17%69.8%-
HSV(B)255º23.76%79.22%-
XYZ37.9435.4860.73-
YUV163.06149.98130.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.80%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=31.80%
G=29.50%
B=38.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661542020.180.2400.2125531.1769.8
HexA69ACA1218015ff1f46
Octal246232312223002537737106
Binary101001101001101011001010100101100001010111111111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69ACA; }

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

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

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

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

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

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

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

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