Html Css Color HEX #AA8BD7 Biloba Flower

📋 copy color: '#AA8BD7'

red 170 ◦ green 139 ◦ blue 215

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

Shades of Biloba Flower #AA8BD7

Tints of Biloba Flower #AA8BD7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.53%

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 32.44%
G = 26.53%
B = 41.03%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA8BD7 (or 0xAA8BD7) is known color: Biloba Flower. HEX triplet: AA, 8B and D7. RGB value is (170,139,215). Sum of RGB (Red+Green+Blue) = 170+139+215=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA8BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BD7 is #557428. Grayscale: #9C9C9C. Windows color (decimal): -5600297 or 14125994. OLE color: 14125994.

HSL color Cylindrical-coordinate representation of color #AA8BD7: hue angle of 264.47º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA8BD7 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 139 215 -
CMYK 0.21 0.35 0 0.16
HSL 264.47º 0.49% 0.69% -
HSV(B) 264.47º 0.35% 0.84% -
XYZ 38.08 31.92 68.44 -
YUV 156.93 160.77 137.32 -
System Red Green Blue C M Y K H S L
Decimal 170 139 215 0.21 0.35 0 0.16 264.47 0.49 0.69
Hex AA 8B D7 15 23 0 10 108 31 45
Octal 252 213 327 25 43 0 20 410 61 105
Binary 10101010 10001011 11010111 10101 100011 0 10000 100001000 110001 1000101

Color Harmonies of #AA8BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BD7

Black with #AA8BD7

Text Example


Text Example

White with #AA8BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BD7; }

 p { color: rgb(170,139,215); }

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

background-color css

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

 a { background-color: rgb(170,139,215); }

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

border-color css

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

 span { border-color: rgb(170,139,215); }

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