#A989CD

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

Shades of Biloba Flower #A989CD

Tints of Biloba Flower #A989CD

Color information

#A989CD (or 0xA989CD) is unknown color: approx Biloba Flower. HEX triplet: A9, 89 and CD. RGB value is (169,137,205). Sum of RGB (Red+Green+Blue) = 169+137+205=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #A989CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989CD is #567632. Grayscale: #9A9A9A. Windows color (decimal): -5666355 or 13470121. OLE color: 13470121.

HSL color Cylindrical-coordinate representation of color #A989CD: hue angle of 268.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A989CD is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169137205-
CMYK0.180.3300.20
HSL268.24º40.48%67.06%-
HSV(B)268.24º33.17%80.39%-
XYZ36.3330.7361.78-
YUV154.32156.6138.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 137 (53.91% from 255) = 26.81%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=33.07%
G=26.81%
B=40.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691372050.180.3300.20268.2440.4867.06
HexA989CD122101410c2843
Octal251211315224102441450103
Binary101010011000100111001101100101000010101001000011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A989CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A989CD; }

 p { color: rgb(169,137,205); }

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

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

 a { background-color: rgb(169,137,205); }

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

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

 span { border-color: rgb(169,137,205); }

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