#AA7FDC

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

Shades of Biloba Flower #AA7FDC

Tints of Biloba Flower #AA7FDC

Color information

#AA7FDC (or 0xAA7FDC) is unknown color: approx Biloba Flower. HEX triplet: AA, 7F and DC. RGB value is (170,127,220). Sum of RGB (Red+Green+Blue) = 170+127+220=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FDC is #558023. Grayscale: #969696. Windows color (decimal): -5603364 or 14450602. OLE color: 14450602.

HSL color Cylindrical-coordinate representation of color #AA7FDC: hue angle of 267.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7FDC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170127220-
CMYK0.230.4200.14
HSL267.74º57.06%68.04%-
HSV(B)267.74º42.27%86.27%-
XYZ37.0928.8971.33-
YUV150.46167.25141.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 127 (50% from 255) = 24.56%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=32.88%
G=24.56%
B=42.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701272200.230.4200.14267.7457.0668.04
HexAA7FDC172A0E10c3944
Octal252177334275201641471104
Binary1010101011111111101110010111101010011101000011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7FDC; }

 p { color: rgb(170,127,220); }

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

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

 a { background-color: rgb(170,127,220); }

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

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

 span { border-color: rgb(170,127,220); }

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