#A991CD

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

Shades of Biloba Flower #A991CD

Tints of Biloba Flower #A991CD

Color information

#A991CD (or 0xA991CD) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and CD. RGB value is (169,145,205). Sum of RGB (Red+Green+Blue) = 169+145+205=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #A991CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991CD is #566E32. Grayscale: #9E9E9E. Windows color (decimal): -5664307 or 13472169. OLE color: 13472169.

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

Color convert

RGB169145205-
CMYK0.180.2900.20
HSL264º37.5%68.63%-
HSV(B)264º29.27%80.39%-
XYZ37.5133.0962.17-
YUV159.02153.95135.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 145 (57.03% from 255) = 27.94%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=32.56%
G=27.94%
B=39.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691452050.180.2900.2026437.568.63
HexA991CD121D0141082545
Octal251221315223502441045105
Binary10101001100100011100110110010111010101001000010001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991CD; }

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

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

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

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

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

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

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

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