Html Css Color HEX #AA9BCC Biloba Flower

📋 copy color: '#AA9BCC'

red 170 ◦ green 155 ◦ blue 204

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

Shades of Biloba Flower #AA9BCC

Tints of Biloba Flower #AA9BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.56%

R = 32.14%
G = 29.3%
B = 38.56%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA9BCC (or 0xAA9BCC) is known color: Biloba Flower. HEX triplet: AA, 9B and CC. RGB value is (170,155,204). Sum of RGB (Red+Green+Blue) = 170+155+204=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA9BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BCC is #556433. Grayscale: #A4A4A4. Windows color (decimal): -5596212 or 13409194. OLE color: 13409194.

HSL color Cylindrical-coordinate representation of color #AA9BCC: hue angle of 258.37º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9BCC is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 155 204 -
CMYK 0.17 0.24 0 0.2
HSL 258.37º 0.32% 0.7% -
HSV(B) 258.37º 0.24% 0.8% -
XYZ 39.2 36.35 62.08 -
YUV 165.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 170 155 204 0.17 0.24 0 0.2 258.37 0.32 0.7
Hex AA 9B CC 11 18 0 14 102 20 46
Octal 252 233 314 21 30 0 24 402 40 106
Binary 10101010 10011011 11001100 10001 11000 0 10100 100000010 100000 1000110

Color Harmonies of #AA9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BCC

Black with #AA9BCC

Text Example


Text Example

White with #AA9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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