#A889CD

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

Shades of Biloba Flower #A889CD

Tints of Biloba Flower #A889CD

Color information

#A889CD (or 0xA889CD) is unknown color: approx Biloba Flower. HEX triplet: A8, 89 and CD. RGB value is (168,137,205). Sum of RGB (Red+Green+Blue) = 168+137+205=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #A889CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889CD is #577632. Grayscale: #999999. Windows color (decimal): -5731891 or 13470120. OLE color: 13470120.

HSL color Cylindrical-coordinate representation of color #A889CD: hue angle of 267.35º 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 #A889CD is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168137205-
CMYK0.180.3300.20
HSL267.35º40.48%67.06%-
HSV(B)267.35º33.17%80.39%-
XYZ36.1130.6261.77-
YUV154.02156.77137.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 137 (53.91% from 255) = 26.86%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=32.94%
G=26.86%
B=40.20%

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
Decimal1681372050.180.3300.20267.3540.4867.06
HexA889CD122101410b2843
Octal250211315224102441350103
Binary101010001000100111001101100101000010101001000010111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889CD; }

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

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

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

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

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

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

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

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