Html Css Color HEX #AA9BF1 Biloba Flower

📋 copy color: '#AA9BF1'

red 170 ◦ green 155 ◦ blue 241

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

Shades of Biloba Flower #AA9BF1

Tints of Biloba Flower #AA9BF1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.39%

 BLUE value IS 241 (94.53% from 255) = 42.58%

R = 30.04%
G = 27.39%
B = 42.58%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA9BF1 (or 0xAA9BF1) is known color: Biloba Flower. HEX triplet: AA, 9B and F1. RGB value is (170,155,241). Sum of RGB (Red+Green+Blue) = 170+155+241=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA9BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9BF1 is #55640E. Grayscale: #A8A8A8. Windows color (decimal): -5596175 or 15834026. OLE color: 15834026.

HSL color Cylindrical-coordinate representation of color #AA9BF1: hue angle of 250.47º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA9BF1 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 155 241 -
CMYK 0.29 0.36 0 0.05
HSL 250.47º 0.75% 0.78% -
HSV(B) 250.47º 0.36% 0.95% -
XYZ 44.18 38.34 88.29 -
YUV 169.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 170 155 241 0.29 0.36 0 0.05 250.47 0.75 0.78
Hex AA 9B F1 1D 24 0 5 FA 4B 4E
Octal 252 233 361 35 44 0 5 372 113 116
Binary 10101010 10011011 11110001 11101 100100 0 101 11111010 1001011 1001110

Color Harmonies of #AA9BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BF1

Black with #AA9BF1

Text Example


Text Example

White with #AA9BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BF1; }

 p { color: rgb(170,155,241); }

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

background-color css

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

 a { background-color: rgb(170,155,241); }

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

border-color css

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

 span { border-color: rgb(170,155,241); }

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