#A997CD

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

Shades of Biloba Flower #A997CD

Tints of Biloba Flower #A997CD

Color information

#A997CD (or 0xA997CD) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and CD. RGB value is (169,151,205). Sum of RGB (Red+Green+Blue) = 169+151+205=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #A997CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997CD is #566832. Grayscale: #A2A2A2. Windows color (decimal): -5662771 or 13473705. OLE color: 13473705.

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

Color convert

RGB169151205-
CMYK0.180.2600.20
HSL260º35.06%69.8%-
HSV(B)260º26.34%80.39%-
XYZ38.4534.9862.48-
YUV162.54151.96132.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.19%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=32.19%
G=28.76%
B=39.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691512050.180.2600.2026035.0669.8
HexA997CD121A0141042346
Octal251227315223202440443106
Binary10101001100101111100110110010110100101001000001001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997CD; }

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

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

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

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

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

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

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

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