Html Css Color HEX #AA9CDA Biloba Flower

📋 copy color: '#AA9CDA'

red 170 ◦ green 156 ◦ blue 218

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

Shades of Biloba Flower #AA9CDA

Tints of Biloba Flower #AA9CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.68%

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

R = 31.25%
G = 28.68%
B = 40.07%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA9CDA (or 0xAA9CDA) is known color: Biloba Flower. HEX triplet: AA, 9C and DA. RGB value is (170,156,218). Sum of RGB (Red+Green+Blue) = 170+156+218=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA9CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CDA is #556325. Grayscale: #A7A7A7. Windows color (decimal): -5595942 or 14326954. OLE color: 14326954.

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

Color convert

RGB 170 156 218 -
CMYK 0.22 0.28 0 0.15
HSL 253.55º 0.46% 0.73% -
HSV(B) 253.55º 0.28% 0.85% -
XYZ 41.12 37.38 71.38 -
YUV 167.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 170 156 218 0.22 0.28 0 0.15 253.55 0.46 0.73
Hex AA 9C DA 16 1C 0 F FE 2E 49
Octal 252 234 332 26 34 0 17 376 56 111
Binary 10101010 10011100 11011010 10110 11100 0 1111 11111110 101110 1001001

Color Harmonies of #AA9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CDA

Black with #AA9CDA

Text Example


Text Example

White with #AA9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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