Html Css Color HEX #AA8CF9 Biloba Flower

📋 copy color: '#AA8CF9'

red 170 ◦ green 140 ◦ blue 249

#AA8CF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AA8CF9

Tints of Biloba Flower #AA8CF9

RGB

 RED value IS 170 (66.8% from 255) = 30.41%

 GREEN value IS 140 (55.08% from 255) = 25.04%

 BLUE value IS 249 (97.66% from 255) = 44.54%

R = 30.41%
G = 25.04%
B = 44.54%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA8CF9 (or 0xAA8CF9) is known color: Biloba Flower. HEX triplet: AA, 8C and F9. RGB value is (170,140,249). Sum of RGB (Red+Green+Blue) = 170+140+249=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA8CF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CF9 is #557306. Grayscale: #A0A0A0. Windows color (decimal): -5600007 or 16354474. OLE color: 16354474.

HSL color Cylindrical-coordinate representation of color #AA8CF9: hue angle of 256.51º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8CF9 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 140 249 -
CMYK 0.32 0.44 0 0.02
HSL 256.51º 0.9% 0.76% -
HSV(B) 256.51º 0.44% 0.98% -
XYZ 43.05 34.14 93.94 -
YUV 161.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 170 140 249 0.32 0.44 0 0.02 256.51 0.9 0.76
Hex AA 8C F9 20 2C 0 2 101 5A 4C
Octal 252 214 371 40 54 0 2 401 132 114
Binary 10101010 10001100 11111001 100000 101100 0 10 100000001 1011010 1001100

Color Harmonies of #AA8CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CF9

Black with #AA8CF9

Text Example


Text Example

White with #AA8CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CF9; }

 p { color: rgb(170,140,249); }

 H1.HeaderClassName
 {
   color: #AA8CF9;
 }
 .AnyTagClassName
 {
   color: #AA8CF9;
 }
</style>

background-color css

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

 a { background-color: rgb(170,140,249); }

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

border-color css

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

 span { border-color: rgb(170,140,249); }

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