Html Css Color HEX #AA9BE6 Biloba Flower

📋 copy color: '#AA9BE6'

red 170 ◦ green 155 ◦ blue 230

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

Shades of Biloba Flower #AA9BE6

Tints of Biloba Flower #AA9BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.44%

R = 30.63%
G = 27.93%
B = 41.44%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA9BE6 (or 0xAA9BE6) is known color: Biloba Flower. HEX triplet: AA, 9B and E6. RGB value is (170,155,230). Sum of RGB (Red+Green+Blue) = 170+155+230=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA9BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9BE6 is #556419. Grayscale: #A7A7A7. Windows color (decimal): -5596186 or 15113130. OLE color: 15113130.

HSL color Cylindrical-coordinate representation of color #AA9BE6: hue angle of 252º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA9BE6 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 155 230 -
CMYK 0.26 0.33 0 0.10
HSL 252º 0.6% 0.75% -
HSV(B) 252º 0.33% 0.9% -
XYZ 42.58 37.7 79.9 -
YUV 168.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 170 155 230 0.26 0.33 0 0.10 252 0.6 0.75
Hex AA 9B E6 1A 21 0 A FC 3C 4B
Octal 252 233 346 32 41 0 12 374 74 113
Binary 10101010 10011011 11100110 11010 100001 0 1010 11111100 111100 1001011

Color Harmonies of #AA9BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BE6

Black with #AA9BE6

Text Example


Text Example

White with #AA9BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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