Html Css Color HEX #AA9CCB Biloba Flower

📋 copy color: '#AA9CCB'

red 170 ◦ green 156 ◦ blue 203

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

Shades of Biloba Flower #AA9CCB

Tints of Biloba Flower #AA9CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 32.14%
G = 29.49%
B = 38.37%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA9CCB (or 0xAA9CCB) is known color: Biloba Flower. HEX triplet: AA, 9C and CB. RGB value is (170,156,203). Sum of RGB (Red+Green+Blue) = 170+156+203=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA9CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CCB is #556334. Grayscale: #A5A5A5. Windows color (decimal): -5595957 or 13343914. OLE color: 13343914.

HSL color Cylindrical-coordinate representation of color #AA9CCB: hue angle of 257.87º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9CCB is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 156 203 -
CMYK 0.16 0.23 0 0.20
HSL 257.87º 0.31% 0.7% -
HSV(B) 257.87º 0.23% 0.8% -
XYZ 39.25 36.63 61.5 -
YUV 165.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 170 156 203 0.16 0.23 0 0.20 257.87 0.31 0.7
Hex AA 9C CB 10 17 0 14 102 1F 46
Octal 252 234 313 20 27 0 24 402 37 106
Binary 10101010 10011100 11001011 10000 10111 0 10100 100000010 11111 1000110

Color Harmonies of #AA9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CCB

Black with #AA9CCB

Text Example


Text Example

White with #AA9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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