Html Css Color HEX #AA9CED Biloba Flower

📋 copy color: '#AA9CED'

red 170 ◦ green 156 ◦ blue 237

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

Shades of Biloba Flower #AA9CED

Tints of Biloba Flower #AA9CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 30.2%
G = 27.71%
B = 42.1%

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

#AA9CED (or 0xAA9CED) is known color: Biloba Flower. HEX triplet: AA, 9C and ED. RGB value is (170,156,237). Sum of RGB (Red+Green+Blue) = 170+156+237=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA9CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9CED is #556312. Grayscale: #A9A9A9. Windows color (decimal): -5595923 or 15572138. OLE color: 15572138.

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

Color convert

RGB 170 156 237 -
CMYK 0.28 0.34 0 0.07
HSL 250.37º 0.69% 0.77% -
HSV(B) 250.37º 0.34% 0.93% -
XYZ 43.75 38.44 85.23 -
YUV 169.42 166.14 128.41 -
System Red Green Blue C M Y K H S L
Decimal 170 156 237 0.28 0.34 0 0.07 250.37 0.69 0.77
Hex AA 9C ED 1C 22 0 7 FA 45 4D
Octal 252 234 355 34 42 0 7 372 105 115
Binary 10101010 10011100 11101101 11100 100010 0 111 11111010 1000101 1001101

Color Harmonies of #AA9CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CED

Black with #AA9CED

Text Example


Text Example

White with #AA9CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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