Html Css Color HEX #AA9CC3 Biloba Flower

📋 copy color: '#AA9CC3'

red 170 ◦ green 156 ◦ blue 195

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

Shades of Biloba Flower #AA9CC3

Tints of Biloba Flower #AA9CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.43%

R = 32.63%
G = 29.94%
B = 37.43%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA9CC3 (or 0xAA9CC3) is known color: Biloba Flower. HEX triplet: AA, 9C and C3. RGB value is (170,156,195). Sum of RGB (Red+Green+Blue) = 170+156+195=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA9CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CC3 is #55633C. Grayscale: #A4A4A4. Windows color (decimal): -5595965 or 12819626. OLE color: 12819626.

HSL color Cylindrical-coordinate representation of color #AA9CC3: hue angle of 261.54º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA9CC3 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 156 195 -
CMYK 0.13 0.20 0 0.24
HSL 261.54º 0.25% 0.69% -
HSV(B) 261.54º 0.2% 0.76% -
XYZ 38.32 36.26 56.61 -
YUV 164.63 145.14 131.83 -
System Red Green Blue C M Y K H S L
Decimal 170 156 195 0.13 0.20 0 0.24 261.54 0.25 0.69
Hex AA 9C C3 D 14 0 18 106 19 45
Octal 252 234 303 15 24 0 30 406 31 105
Binary 10101010 10011100 11000011 1101 10100 0 11000 100000110 11001 1000101

Color Harmonies of #AA9CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CC3

Black with #AA9CC3

Text Example


Text Example

White with #AA9CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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