Html Css Color HEX #AA9CEC Biloba Flower

📋 copy color: '#AA9CEC'

red 170 ◦ green 156 ◦ blue 236

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

Shades of Biloba Flower #AA9CEC

Tints of Biloba Flower #AA9CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.99%

R = 30.25%
G = 27.76%
B = 41.99%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA9CEC (or 0xAA9CEC) is known color: Biloba Flower. HEX triplet: AA, 9C and EC. RGB value is (170,156,236). Sum of RGB (Red+Green+Blue) = 170+156+236=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA9CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9CEC is #556313. Grayscale: #A9A9A9. Windows color (decimal): -5595924 or 15506602. OLE color: 15506602.

HSL color Cylindrical-coordinate representation of color #AA9CEC: hue angle of 250.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA9CEC is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 156 236 -
CMYK 0.28 0.34 0 0.07
HSL 250.5º 0.68% 0.77% -
HSV(B) 250.5º 0.34% 0.93% -
XYZ 43.61 38.38 84.47 -
YUV 169.31 165.64 128.5 -
System Red Green Blue C M Y K H S L
Decimal 170 156 236 0.28 0.34 0 0.07 250.5 0.68 0.77
Hex AA 9C EC 1C 22 0 7 FB 44 4D
Octal 252 234 354 34 42 0 7 373 104 115
Binary 10101010 10011100 11101100 11100 100010 0 111 11111011 1000100 1001101

Color Harmonies of #AA9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CEC

Black with #AA9CEC

Text Example


Text Example

White with #AA9CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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