Html Css Color HEX #AA8BD1 Biloba Flower

📋 copy color: '#AA8BD1'

red 170 ◦ green 139 ◦ blue 209

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

Shades of Biloba Flower #AA8BD1

Tints of Biloba Flower #AA8BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.35%

R = 32.82%
G = 26.83%
B = 40.35%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA8BD1 (or 0xAA8BD1) is known color: Biloba Flower. HEX triplet: AA, 8B and D1. RGB value is (170,139,209). Sum of RGB (Red+Green+Blue) = 170+139+209=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA8BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BD1 is #55742E. Grayscale: #9C9C9C. Windows color (decimal): -5600303 or 13732778. OLE color: 13732778.

HSL color Cylindrical-coordinate representation of color #AA8BD1: hue angle of 266.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA8BD1 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 139 209 -
CMYK 0.19 0.33 0 0.18
HSL 266.57º 0.43% 0.68% -
HSV(B) 266.57º 0.33% 0.82% -
XYZ 37.32 31.61 64.46 -
YUV 156.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 170 139 209 0.19 0.33 0 0.18 266.57 0.43 0.68
Hex AA 8B D1 13 21 0 12 10B 2B 44
Octal 252 213 321 23 41 0 22 413 53 104
Binary 10101010 10001011 11010001 10011 100001 0 10010 100001011 101011 1000100

Color Harmonies of #AA8BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BD1

Black with #AA8BD1

Text Example


Text Example

White with #AA8BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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