Html Css Color HEX #AA8CDE Biloba Flower

📋 copy color: '#AA8CDE'

red 170 ◦ green 140 ◦ blue 222

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

Shades of Biloba Flower #AA8CDE

Tints of Biloba Flower #AA8CDE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.32%

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

R = 31.95%
G = 26.32%
B = 41.73%

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

#AA8CDE (or 0xAA8CDE) is known color: Biloba Flower. HEX triplet: AA, 8C and DE. RGB value is (170,140,222). Sum of RGB (Red+Green+Blue) = 170+140+222=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA8CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CDE is #557321. Grayscale: #9E9E9E. Windows color (decimal): -5600034 or 14585002. OLE color: 14585002.

HSL color Cylindrical-coordinate representation of color #AA8CDE: hue angle of 261.95º degrees, saturation: 0.55, 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 #AA8CDE is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 140 222 -
CMYK 0.23 0.37 0 0.13
HSL 261.95º 0.55% 0.71% -
HSV(B) 261.95º 0.37% 0.87% -
XYZ 39.14 32.58 73.33 -
YUV 158.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 170 140 222 0.23 0.37 0 0.13 261.95 0.55 0.71
Hex AA 8C DE 17 25 0 D 106 37 47
Octal 252 214 336 27 45 0 15 406 67 107
Binary 10101010 10001100 11011110 10111 100101 0 1101 100000110 110111 1000111

Color Harmonies of #AA8CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CDE

Black with #AA8CDE

Text Example


Text Example

White with #AA8CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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