Html Css Color HEX #AA9BDA Biloba Flower

📋 copy color: '#AA9BDA'

red 170 ◦ green 155 ◦ blue 218

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

Shades of Biloba Flower #AA9BDA

Tints of Biloba Flower #AA9BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 31.31%
G = 28.55%
B = 40.15%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA9BDA (or 0xAA9BDA) is known color: Biloba Flower. HEX triplet: AA, 9B and DA. RGB value is (170,155,218). Sum of RGB (Red+Green+Blue) = 170+155+218=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA9BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BDA is #556425. Grayscale: #A6A6A6. Windows color (decimal): -5596198 or 14326698. OLE color: 14326698.

HSL color Cylindrical-coordinate representation of color #AA9BDA: hue angle of 254.29º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA9BDA is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 155 218 -
CMYK 0.22 0.29 0 0.15
HSL 254.29º 0.46% 0.73% -
HSV(B) 254.29º 0.29% 0.85% -
XYZ 40.95 37.05 71.32 -
YUV 166.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 170 155 218 0.22 0.29 0 0.15 254.29 0.46 0.73
Hex AA 9B DA 16 1D 0 F FE 2E 49
Octal 252 233 332 26 35 0 17 376 56 111
Binary 10101010 10011011 11011010 10110 11101 0 1111 11111110 101110 1001001

Color Harmonies of #AA9BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BDA

Black with #AA9BDA

Text Example


Text Example

White with #AA9BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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