Html Css Color HEX #AA9CEB Biloba Flower

📋 copy color: '#AA9CEB'

red 170 ◦ green 156 ◦ blue 235

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

Shades of Biloba Flower #AA9CEB

Tints of Biloba Flower #AA9CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 30.3%
G = 27.81%
B = 41.89%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA9CEB (or 0xAA9CEB) is known color: Biloba Flower. HEX triplet: AA, 9C and EB. RGB value is (170,156,235). Sum of RGB (Red+Green+Blue) = 170+156+235=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA9CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9CEB is #556314. Grayscale: #A8A8A8. Windows color (decimal): -5595925 or 15441066. OLE color: 15441066.

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

Color convert

RGB 170 156 235 -
CMYK 0.28 0.34 0 0.08
HSL 250.63º 0.66% 0.77% -
HSV(B) 250.63º 0.34% 0.92% -
XYZ 43.46 38.32 83.7 -
YUV 169.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 170 156 235 0.28 0.34 0 0.08 250.63 0.66 0.77
Hex AA 9C EB 1C 22 0 8 FB 42 4D
Octal 252 234 353 34 42 0 10 373 102 115
Binary 10101010 10011100 11101011 11100 100010 0 1000 11111011 1000010 1001101

Color Harmonies of #AA9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CEB

Black with #AA9CEB

Text Example


Text Example

White with #AA9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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