Html Css Color HEX #AA9ACC Biloba Flower

📋 copy color: '#AA9ACC'

red 170 ◦ green 154 ◦ blue 204

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

Shades of Biloba Flower #AA9ACC

Tints of Biloba Flower #AA9ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.17%

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

R = 32.2%
G = 29.17%
B = 38.64%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA9ACC (or 0xAA9ACC) is known color: Biloba Flower. HEX triplet: AA, 9A and CC. RGB value is (170,154,204). Sum of RGB (Red+Green+Blue) = 170+154+204=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA9ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ACC is #556533. Grayscale: #A4A4A4. Windows color (decimal): -5596468 or 13408938. OLE color: 13408938.

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

Color convert

RGB 170 154 204 -
CMYK 0.17 0.25 0 0.2
HSL 259.2º 0.33% 0.7% -
HSV(B) 259.2º 0.25% 0.8% -
XYZ 39.03 36.02 62.02 -
YUV 164.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 170 154 204 0.17 0.25 0 0.2 259.2 0.33 0.7
Hex AA 9A CC 11 19 0 14 103 21 46
Octal 252 232 314 21 31 0 24 403 41 106
Binary 10101010 10011010 11001100 10001 11001 0 10100 100000011 100001 1000110

Color Harmonies of #AA9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9ACC

Black with #AA9ACC

Text Example


Text Example

White with #AA9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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