Html Css Color HEX #AA8BDE Biloba Flower

📋 copy color: '#AA8BDE'

red 170 ◦ green 139 ◦ blue 222

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

Shades of Biloba Flower #AA8BDE

Tints of Biloba Flower #AA8BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.81%

R = 32.02%
G = 26.18%
B = 41.81%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA8BDE (or 0xAA8BDE) is known color: Biloba Flower. HEX triplet: AA, 8B and DE. RGB value is (170,139,222). Sum of RGB (Red+Green+Blue) = 170+139+222=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA8BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BDE is #557421. Grayscale: #9D9D9D. Windows color (decimal): -5600290 or 14584746. OLE color: 14584746.

HSL color Cylindrical-coordinate representation of color #AA8BDE: hue angle of 262.41º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA8BDE is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 139 222 -
CMYK 0.23 0.37 0 0.13
HSL 262.41º 0.56% 0.71% -
HSV(B) 262.41º 0.37% 0.87% -
XYZ 39 32.29 73.28 -
YUV 157.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 170 139 222 0.23 0.37 0 0.13 262.41 0.56 0.71
Hex AA 8B DE 17 25 0 D 106 38 47
Octal 252 213 336 27 45 0 15 406 70 107
Binary 10101010 10001011 11011110 10111 100101 0 1101 100000110 111000 1000111

Color Harmonies of #AA8BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BDE

Black with #AA8BDE

Text Example


Text Example

White with #AA8BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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