Html Css Color HEX #AA9AF0 Biloba Flower

📋 copy color: '#AA9AF0'

red 170 ◦ green 154 ◦ blue 240

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

Shades of Biloba Flower #AA9AF0

Tints of Biloba Flower #AA9AF0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.3%

 BLUE value IS 240 (94.14% from 255) = 42.55%

R = 30.14%
G = 27.3%
B = 42.55%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA9AF0 (or 0xAA9AF0) is known color: Biloba Flower. HEX triplet: AA, 9A and F0. RGB value is (170,154,240). Sum of RGB (Red+Green+Blue) = 170+154+240=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA9AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9AF0 is #55650F. Grayscale: #A8A8A8. Windows color (decimal): -5596432 or 15768234. OLE color: 15768234.

HSL color Cylindrical-coordinate representation of color #AA9AF0: hue angle of 251.16º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA9AF0 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 154 240 -
CMYK 0.29 0.36 0 0.06
HSL 251.16º 0.74% 0.77% -
HSV(B) 251.16º 0.36% 0.94% -
XYZ 43.86 37.95 87.45 -
YUV 168.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 170 154 240 0.29 0.36 0 0.06 251.16 0.74 0.77
Hex AA 9A F0 1D 24 0 6 FB 4A 4D
Octal 252 232 360 35 44 0 6 373 112 115
Binary 10101010 10011010 11110000 11101 100100 0 110 11111011 1001010 1001101

Color Harmonies of #AA9AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9AF0

Black with #AA9AF0

Text Example


Text Example

White with #AA9AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9AF0; }

 p { color: rgb(170,154,240); }

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

background-color css

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

 a { background-color: rgb(170,154,240); }

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

border-color css

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

 span { border-color: rgb(170,154,240); }

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