Html Css Color HEX #AA9CCF Biloba Flower

📋 copy color: '#AA9CCF'

red 170 ◦ green 156 ◦ blue 207

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

Shades of Biloba Flower #AA9CCF

Tints of Biloba Flower #AA9CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 31.89%
G = 29.27%
B = 38.84%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA9CCF (or 0xAA9CCF) is known color: Biloba Flower. HEX triplet: AA, 9C and CF. RGB value is (170,156,207). Sum of RGB (Red+Green+Blue) = 170+156+207=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA9CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CCF is #556330. Grayscale: #A5A5A5. Windows color (decimal): -5595953 or 13606058. OLE color: 13606058.

HSL color Cylindrical-coordinate representation of color #AA9CCF: hue angle of 256.47º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9CCF is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 156 207 -
CMYK 0.18 0.25 0 0.19
HSL 256.47º 0.35% 0.71% -
HSV(B) 256.47º 0.25% 0.81% -
XYZ 39.73 36.83 64.05 -
YUV 166 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 170 156 207 0.18 0.25 0 0.19 256.47 0.35 0.71
Hex AA 9C CF 12 19 0 13 100 23 47
Octal 252 234 317 22 31 0 23 400 43 107
Binary 10101010 10011100 11001111 10010 11001 0 10011 100000000 100011 1000111

Color Harmonies of #AA9CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CCF

Black with #AA9CCF

Text Example


Text Example

White with #AA9CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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