Html Css Color HEX #AA9CFC Biloba Flower

📋 copy color: '#AA9CFC'

red 170 ◦ green 156 ◦ blue 252

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

Shades of Biloba Flower #AA9CFC

Tints of Biloba Flower #AA9CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.6%

R = 29.41%
G = 26.99%
B = 43.6%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA9CFC (or 0xAA9CFC) is known color: Biloba Flower. HEX triplet: AA, 9C and FC. RGB value is (170,156,252). Sum of RGB (Red+Green+Blue) = 170+156+252=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA9CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9CFC is #556303. Grayscale: #AAAAAA. Windows color (decimal): -5595908 or 16555178. OLE color: 16555178.

HSL color Cylindrical-coordinate representation of color #AA9CFC: hue angle of 248.75º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA9CFC is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 156 252 -
CMYK 0.33 0.38 0 0.01
HSL 248.75º 0.94% 0.8% -
HSV(B) 248.75º 0.38% 0.99% -
XYZ 46.04 39.35 97.26 -
YUV 171.13 173.64 127.19 -
System Red Green Blue C M Y K H S L
Decimal 170 156 252 0.33 0.38 0 0.01 248.75 0.94 0.8
Hex AA 9C FC 21 26 0 1 F9 5E 50
Octal 252 234 374 41 46 0 1 371 136 120
Binary 10101010 10011100 11111100 100001 100110 0 1 11111001 1011110 1010000

Color Harmonies of #AA9CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CFC

Black with #AA9CFC

Text Example


Text Example

White with #AA9CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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