Html Css Color HEX #AA9BE7 Biloba Flower

📋 copy color: '#AA9BE7'

red 170 ◦ green 155 ◦ blue 231

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

Shades of Biloba Flower #AA9BE7

Tints of Biloba Flower #AA9BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.55%

R = 30.58%
G = 27.88%
B = 41.55%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA9BE7 (or 0xAA9BE7) is known color: Biloba Flower. HEX triplet: AA, 9B and E7. RGB value is (170,155,231). Sum of RGB (Red+Green+Blue) = 170+155+231=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA9BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9BE7 is #556418. Grayscale: #A7A7A7. Windows color (decimal): -5596185 or 15178666. OLE color: 15178666.

HSL color Cylindrical-coordinate representation of color #AA9BE7: hue angle of 251.84º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA9BE7 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 155 231 -
CMYK 0.26 0.33 0 0.09
HSL 251.84º 0.61% 0.76% -
HSV(B) 251.84º 0.33% 0.91% -
XYZ 42.72 37.76 80.64 -
YUV 168.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 170 155 231 0.26 0.33 0 0.09 251.84 0.61 0.76
Hex AA 9B E7 1A 21 0 9 FC 3D 4C
Octal 252 233 347 32 41 0 11 374 75 114
Binary 10101010 10011011 11100111 11010 100001 0 1001 11111100 111101 1001100

Color Harmonies of #AA9BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BE7

Black with #AA9BE7

Text Example


Text Example

White with #AA9BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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