#A89ADC

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

Shades of Biloba Flower #A89ADC

Tints of Biloba Flower #A89ADC

Color information

#A89ADC (or 0xA89ADC) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and DC. RGB value is (168,154,220). Sum of RGB (Red+Green+Blue) = 168+154+220=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #A89ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ADC is #576523. Grayscale: #A5A5A5. Windows color (decimal): -5727524 or 14457512. OLE color: 14457512.

HSL color Cylindrical-coordinate representation of color #A89ADC: hue angle of 252.73º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A89ADC is Cyan = 0.24, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168154220-
CMYK0.240.300.14
HSL252.73º48.53%73.33%-
HSV(B)252.73º30%86.27%-
XYZ40.6236.672.63-
YUV165.71158.64129.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 154 (60.55% from 255) = 28.41%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=31.00%
G=28.41%
B=40.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681542200.240.300.14252.7348.5373.33
HexA89ADC181E0Efd3149
Octal250232334303601637561111
Binary101010001001101011011100110001111001110111111011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89ADC; }

 p { color: rgb(168,154,220); }

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

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

 a { background-color: rgb(168,154,220); }

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

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

 span { border-color: rgb(168,154,220); }

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