Html Css Color HEX #AA8BD6 Biloba Flower

📋 copy color: '#AA8BD6'

red 170 ◦ green 139 ◦ blue 214

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

Shades of Biloba Flower #AA8BD6

Tints of Biloba Flower #AA8BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 32.5%
G = 26.58%
B = 40.92%

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

#AA8BD6 (or 0xAA8BD6) is known color: Biloba Flower. HEX triplet: AA, 8B and D6. RGB value is (170,139,214). Sum of RGB (Red+Green+Blue) = 170+139+214=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA8BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BD6 is #557429. Grayscale: #9C9C9C. Windows color (decimal): -5600298 or 14060458. OLE color: 14060458.

HSL color Cylindrical-coordinate representation of color #AA8BD6: hue angle of 264.8º degrees, saturation: 0.48, 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 #AA8BD6 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 139 214 -
CMYK 0.21 0.35 0 0.16
HSL 264.8º 0.48% 0.69% -
HSV(B) 264.8º 0.35% 0.84% -
XYZ 37.95 31.87 67.77 -
YUV 156.82 160.27 137.4 -
System Red Green Blue C M Y K H S L
Decimal 170 139 214 0.21 0.35 0 0.16 264.8 0.48 0.69
Hex AA 8B D6 15 23 0 10 109 30 45
Octal 252 213 326 25 43 0 20 411 60 105
Binary 10101010 10001011 11010110 10101 100011 0 10000 100001001 110000 1000101

Color Harmonies of #AA8BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BD6

Black with #AA8BD6

Text Example


Text Example

White with #AA8BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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