Html Css Color HEX #AA9BDD Biloba Flower

📋 copy color: '#AA9BDD'

red 170 ◦ green 155 ◦ blue 221

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

Shades of Biloba Flower #AA9BDD

Tints of Biloba Flower #AA9BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 31.14%
G = 28.39%
B = 40.48%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA9BDD (or 0xAA9BDD) is known color: Biloba Flower. HEX triplet: AA, 9B and DD. RGB value is (170,155,221). Sum of RGB (Red+Green+Blue) = 170+155+221=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA9BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BDD is #556422. Grayscale: #A6A6A6. Windows color (decimal): -5596195 or 14523306. OLE color: 14523306.

HSL color Cylindrical-coordinate representation of color #AA9BDD: hue angle of 253.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA9BDD is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 155 221 -
CMYK 0.23 0.30 0 0.13
HSL 253.64º 0.49% 0.74% -
HSV(B) 253.64º 0.3% 0.87% -
XYZ 41.35 37.21 73.41 -
YUV 167.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 170 155 221 0.23 0.30 0 0.13 253.64 0.49 0.74
Hex AA 9B DD 17 1E 0 D FE 31 4A
Octal 252 233 335 27 36 0 15 376 61 112
Binary 10101010 10011011 11011101 10111 11110 0 1101 11111110 110001 1001010

Color Harmonies of #AA9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BDD

Black with #AA9BDD

Text Example


Text Example

White with #AA9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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