#A89AD5

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

Shades of Biloba Flower #A89AD5

Tints of Biloba Flower #A89AD5

Color information

#A89AD5 (or 0xA89AD5) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and D5. RGB value is (168,154,213). Sum of RGB (Red+Green+Blue) = 168+154+213=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #A89AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AD5 is #57652A. Grayscale: #A4A4A4. Windows color (decimal): -5727531 or 13998760. OLE color: 13998760.

HSL color Cylindrical-coordinate representation of color #A89AD5: hue angle of 254.24º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A89AD5 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168154213-
CMYK0.210.2800.16
HSL254.24º41.26%71.96%-
HSV(B)254.24º27.7%83.53%-
XYZ39.7136.2467.85-
YUV164.91155.14130.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 213 (83.59% from 255) = 39.81%
R=31.40%
G=28.79%
B=39.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681542130.210.2800.16254.2441.2671.96
HexA89AD5151C010fe2948
Octal250232325253402037651110
Binary1010100010011010110101011010111100010000111111101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AD5; }

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

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

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

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

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

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

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

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