#A990C8

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

Shades of Biloba Flower #A990C8

Tints of Biloba Flower #A990C8

Color information

#A990C8 (or 0xA990C8) is unknown color: approx Biloba Flower. HEX triplet: A9, 90 and C8. RGB value is (169,144,200). Sum of RGB (Red+Green+Blue) = 169+144+200=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #A990C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990C8 is #566F37. Grayscale: #9D9D9D. Windows color (decimal): -5664568 or 13144233. OLE color: 13144233.

HSL color Cylindrical-coordinate representation of color #A990C8: hue angle of 266.79º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A990C8 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169144200-
CMYK0.160.2800.22
HSL266.79º33.73%67.45%-
HSV(B)266.79º28%78.43%-
XYZ36.7632.5558.99-
YUV157.86151.78135.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 144 (56.64% from 255) = 28.07%
BLUE value IS 200 (78.52% from 255) = 38.99%
R=32.94%
G=28.07%
B=38.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691442000.160.2800.22266.7933.7367.45
HexA990C8101C01610b2243
Octal251220310203402641342103
Binary10101001100100001100100010000111000101101000010111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A990C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A990C8; }

 p { color: rgb(169,144,200); }

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

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

 a { background-color: rgb(169,144,200); }

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

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

 span { border-color: rgb(169,144,200); }

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