#A899CD

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

Shades of Biloba Flower #A899CD

Tints of Biloba Flower #A899CD

Color information

#A899CD (or 0xA899CD) is unknown color: approx Biloba Flower. HEX triplet: A8, 99 and CD. RGB value is (168,153,205). Sum of RGB (Red+Green+Blue) = 168+153+205=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #A899CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899CD is #576632. Grayscale: #A3A3A3. Windows color (decimal): -5727795 or 13474216. OLE color: 13474216.

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

Color convert

RGB168153205-
CMYK0.180.2500.20
HSL257.31º34.21%70.2%-
HSV(B)257.31º25.37%80.39%-
XYZ38.5635.5262.58-
YUV163.41151.47131.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.94%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=31.94%
G=29.09%
B=38.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681532050.180.2500.20257.3134.2170.2
HexA899CD12190141012246
Octal250231315223102440142106
Binary10101000100110011100110110010110010101001000000011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899CD; }

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

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

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

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

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

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

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

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