#AA7FDA

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

Shades of Biloba Flower #AA7FDA

Tints of Biloba Flower #AA7FDA

Color information

#AA7FDA (or 0xAA7FDA) is unknown color: approx Biloba Flower. HEX triplet: AA, 7F and DA. RGB value is (170,127,218). Sum of RGB (Red+Green+Blue) = 170+127+218=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FDA is #558025. Grayscale: #959595. Windows color (decimal): -5603366 or 14319530. OLE color: 14319530.

HSL color Cylindrical-coordinate representation of color #AA7FDA: hue angle of 268.35º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7FDA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170127218-
CMYK0.220.4200.15
HSL268.35º55.15%67.65%-
HSV(B)268.35º41.74%85.49%-
XYZ36.8228.7969.95-
YUV150.23166.25142.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 127 (50% from 255) = 24.66%
BLUE value IS 218 (85.55% from 255) = 42.33%
R=33.01%
G=24.66%
B=42.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701272180.220.4200.15268.3555.1567.65
HexAA7FDA162A0F10c3744
Octal252177332265201741467104
Binary1010101011111111101101010110101010011111000011001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7FDA; }

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

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

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

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

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

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

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

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