Html Css Color HEX #AA9CEE Biloba Flower

📋 copy color: '#AA9CEE'

red 170 ◦ green 156 ◦ blue 238

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

Shades of Biloba Flower #AA9CEE

Tints of Biloba Flower #AA9CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.2%

R = 30.14%
G = 27.66%
B = 42.2%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA9CEE (or 0xAA9CEE) is known color: Biloba Flower. HEX triplet: AA, 9C and EE. RGB value is (170,156,238). Sum of RGB (Red+Green+Blue) = 170+156+238=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA9CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9CEE is #556311. Grayscale: #A9A9A9. Windows color (decimal): -5595922 or 15637674. OLE color: 15637674.

HSL color Cylindrical-coordinate representation of color #AA9CEE: hue angle of 250.24º degrees, saturation: 0.71, 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 #AA9CEE is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 156 238 -
CMYK 0.29 0.34 0 0.07
HSL 250.24º 0.71% 0.77% -
HSV(B) 250.24º 0.34% 0.93% -
XYZ 43.9 38.5 86.01 -
YUV 169.53 166.64 128.33 -
System Red Green Blue C M Y K H S L
Decimal 170 156 238 0.29 0.34 0 0.07 250.24 0.71 0.77
Hex AA 9C EE 1D 22 0 7 FA 47 4D
Octal 252 234 356 35 42 0 7 372 107 115
Binary 10101010 10011100 11101110 11101 100010 0 111 11111010 1000111 1001101

Color Harmonies of #AA9CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CEE

Black with #AA9CEE

Text Example


Text Example

White with #AA9CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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