#A997CB

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

Shades of Biloba Flower #A997CB

Tints of Biloba Flower #A997CB

Color information

#A997CB (or 0xA997CB) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and CB. RGB value is (169,151,203). Sum of RGB (Red+Green+Blue) = 169+151+203=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #A997CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997CB is #566834. Grayscale: #A2A2A2. Windows color (decimal): -5662773 or 13342633. OLE color: 13342633.

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

Color convert

RGB169151203-
CMYK0.170.2600.20
HSL260.77º33.33%69.41%-
HSV(B)260.77º25.62%79.61%-
XYZ38.2134.8861.22-
YUV162.31150.96132.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 151 (59.38% from 255) = 28.87%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=32.31%
G=28.87%
B=38.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691512030.170.2600.20260.7733.3369.41
HexA997CB111A0141052145
Octal251227313213202440541105
Binary10101001100101111100101110001110100101001000001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997CB; }

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

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

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

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

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

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

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

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