Html Css Color HEX #AA9CFA Biloba Flower

📋 copy color: '#AA9CFA'

red 170 ◦ green 156 ◦ blue 250

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

Shades of Biloba Flower #AA9CFA

Tints of Biloba Flower #AA9CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 29.51%
G = 27.08%
B = 43.4%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA9CFA (or 0xAA9CFA) is known color: Biloba Flower. HEX triplet: AA, 9C and FA. RGB value is (170,156,250). Sum of RGB (Red+Green+Blue) = 170+156+250=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA9CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9CFA is #556305. Grayscale: #AAAAAA. Windows color (decimal): -5595910 or 16424106. OLE color: 16424106.

HSL color Cylindrical-coordinate representation of color #AA9CFA: hue angle of 248.94º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA9CFA is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 156 250 -
CMYK 0.32 0.38 0 0.02
HSL 248.94º 0.9% 0.8% -
HSV(B) 248.94º 0.38% 0.98% -
XYZ 45.72 39.23 95.6 -
YUV 170.9 172.64 127.36 -
System Red Green Blue C M Y K H S L
Decimal 170 156 250 0.32 0.38 0 0.02 248.94 0.9 0.8
Hex AA 9C FA 20 26 0 2 F9 5A 50
Octal 252 234 372 40 46 0 2 371 132 120
Binary 10101010 10011100 11111010 100000 100110 0 10 11111001 1011010 1010000

Color Harmonies of #AA9CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CFA

Black with #AA9CFA

Text Example


Text Example

White with #AA9CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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