Html Css Color HEX #AA9BED Biloba Flower

📋 copy color: '#AA9BED'

red 170 ◦ green 155 ◦ blue 237

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

Shades of Biloba Flower #AA9BED

Tints of Biloba Flower #AA9BED

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.58%

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

R = 30.25%
G = 27.58%
B = 42.17%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA9BED (or 0xAA9BED) is known color: Biloba Flower. HEX triplet: AA, 9B and ED. RGB value is (170,155,237). Sum of RGB (Red+Green+Blue) = 170+155+237=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA9BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9BED is #556412. Grayscale: #A8A8A8. Windows color (decimal): -5596179 or 15571882. OLE color: 15571882.

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

Color convert

RGB 170 155 237 -
CMYK 0.28 0.35 0 0.07
HSL 250.98º 0.69% 0.77% -
HSV(B) 250.98º 0.35% 0.93% -
XYZ 43.58 38.1 85.18 -
YUV 168.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 170 155 237 0.28 0.35 0 0.07 250.98 0.69 0.77
Hex AA 9B ED 1C 23 0 7 FB 45 4D
Octal 252 233 355 34 43 0 7 373 105 115
Binary 10101010 10011011 11101101 11100 100011 0 111 11111011 1000101 1001101

Color Harmonies of #AA9BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BED

Black with #AA9BED

Text Example


Text Example

White with #AA9BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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