Html Css Color HEX #AA8AF9 Biloba Flower

📋 copy color: '#AA8AF9'

red 170 ◦ green 138 ◦ blue 249

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

Shades of Biloba Flower #AA8AF9

Tints of Biloba Flower #AA8AF9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.78%

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

R = 30.52%
G = 24.78%
B = 44.7%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA8AF9 (or 0xAA8AF9) is known color: Biloba Flower. HEX triplet: AA, 8A and F9. RGB value is (170,138,249). Sum of RGB (Red+Green+Blue) = 170+138+249=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA8AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8AF9 is #557506. Grayscale: #9F9F9F. Windows color (decimal): -5600519 or 16353962. OLE color: 16353962.

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

Color convert

RGB 170 138 249 -
CMYK 0.32 0.45 0 0.02
HSL 257.3º 0.9% 0.76% -
HSV(B) 257.3º 0.45% 0.98% -
XYZ 42.76 33.56 93.85 -
YUV 160.22 178.1 134.97 -
System Red Green Blue C M Y K H S L
Decimal 170 138 249 0.32 0.45 0 0.02 257.3 0.9 0.76
Hex AA 8A F9 20 2D 0 2 101 5A 4C
Octal 252 212 371 40 55 0 2 401 132 114
Binary 10101010 10001010 11111001 100000 101101 0 10 100000001 1011010 1001100

Color Harmonies of #AA8AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8AF9

Black with #AA8AF9

Text Example


Text Example

White with #AA8AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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