Html Css Color HEX #AA9BEA Biloba Flower

📋 copy color: '#AA9BEA'

red 170 ◦ green 155 ◦ blue 234

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

Shades of Biloba Flower #AA9BEA

Tints of Biloba Flower #AA9BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.86%

R = 30.41%
G = 27.73%
B = 41.86%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA9BEA (or 0xAA9BEA) is known color: Biloba Flower. HEX triplet: AA, 9B and EA. RGB value is (170,155,234). Sum of RGB (Red+Green+Blue) = 170+155+234=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA9BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9BEA is #556415. Grayscale: #A8A8A8. Windows color (decimal): -5596182 or 15375274. OLE color: 15375274.

HSL color Cylindrical-coordinate representation of color #AA9BEA: hue angle of 251.39º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA9BEA is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 155 234 -
CMYK 0.27 0.34 0 0.08
HSL 251.39º 0.65% 0.76% -
HSV(B) 251.39º 0.34% 0.92% -
XYZ 43.15 37.93 82.89 -
YUV 168.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 170 155 234 0.27 0.34 0 0.08 251.39 0.65 0.76
Hex AA 9B EA 1B 22 0 8 FB 41 4C
Octal 252 233 352 33 42 0 10 373 101 114
Binary 10101010 10011011 11101010 11011 100010 0 1000 11111011 1000001 1001100

Color Harmonies of #AA9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BEA

Black with #AA9BEA

Text Example


Text Example

White with #AA9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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