#A997CC

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

Shades of Biloba Flower #A997CC

Tints of Biloba Flower #A997CC

Color information

#A997CC (or 0xA997CC) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and CC. RGB value is (169,151,204). Sum of RGB (Red+Green+Blue) = 169+151+204=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #A997CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997CC is #566833. Grayscale: #A2A2A2. Windows color (decimal): -5662772 or 13408169. OLE color: 13408169.

HSL color Cylindrical-coordinate representation of color #A997CC: hue angle of 260.38º degrees, saturation: 0.34, 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 #A997CC is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169151204-
CMYK0.170.2600.2
HSL260.38º34.19%69.61%-
HSV(B)260.38º25.98%80%-
XYZ38.3334.9361.85-
YUV162.42151.46132.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=32.25%
G=28.82%
B=38.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691512040.170.2600.2260.3834.1969.61
HexA997CC111A0141042246
Octal251227314213202440442106
Binary10101001100101111100110010001110100101001000001001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997CC; }

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

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

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

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

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

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

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

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