Html Css Color HEX #AA9EF4 Biloba Flower

📋 copy color: '#AA9EF4'

red 170 ◦ green 158 ◦ blue 244

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

Shades of Biloba Flower #AA9EF4

Tints of Biloba Flower #AA9EF4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.62%

 BLUE value IS 244 (95.7% from 255) = 42.66%

R = 29.72%
G = 27.62%
B = 42.66%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA9EF4 (or 0xAA9EF4) is known color: Biloba Flower. HEX triplet: AA, 9E and F4. RGB value is (170,158,244). Sum of RGB (Red+Green+Blue) = 170+158+244=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA9EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9EF4 is #55610B. Grayscale: #ABABAB. Windows color (decimal): -5595404 or 16031402. OLE color: 16031402.

HSL color Cylindrical-coordinate representation of color #AA9EF4: hue angle of 248.37º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA9EF4 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 158 244 -
CMYK 0.30 0.35 0 0.04
HSL 248.37º 0.8% 0.79% -
HSV(B) 248.37º 0.35% 0.96% -
XYZ 45.13 39.53 90.84 -
YUV 171.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 170 158 244 0.30 0.35 0 0.04 248.37 0.8 0.79
Hex AA 9E F4 1E 23 0 4 F8 50 4F
Octal 252 236 364 36 43 0 4 370 120 117
Binary 10101010 10011110 11110100 11110 100011 0 100 11111000 1010000 1001111

Color Harmonies of #AA9EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EF4

Black with #AA9EF4

Text Example


Text Example

White with #AA9EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EF4; }

 p { color: rgb(170,158,244); }

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

background-color css

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

 a { background-color: rgb(170,158,244); }

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

border-color css

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

 span { border-color: rgb(170,158,244); }

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