#AA7FD7

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

Shades of Biloba Flower #AA7FD7

Tints of Biloba Flower #AA7FD7

Color information

#AA7FD7 (or 0xAA7FD7) is unknown color: approx Biloba Flower. HEX triplet: AA, 7F and D7. RGB value is (170,127,215). Sum of RGB (Red+Green+Blue) = 170+127+215=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA7FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FD7 is #558028. Grayscale: #959595. Windows color (decimal): -5603369 or 14122922. OLE color: 14122922.

HSL color Cylindrical-coordinate representation of color #AA7FD7: hue angle of 269.32º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA7FD7 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170127215-
CMYK0.210.4100.16
HSL269.32º52.38%67.06%-
HSV(B)269.32º40.93%84.31%-
XYZ36.4328.6367.9-
YUV149.89164.75142.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 127 (50% from 255) = 24.80%
BLUE value IS 215 (84.38% from 255) = 41.99%
R=33.20%
G=24.80%
B=41.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701272150.210.4100.16269.3252.3867.06
HexAA7FD7152901010d3443
Octal252177327255102041564103
Binary10101010111111111010111101011010010100001000011011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7FD7; }

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

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

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

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

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

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

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

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