Html Css Color HEX #AA8CCE Biloba Flower

📋 copy color: '#AA8CCE'

red 170 ◦ green 140 ◦ blue 206

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

Shades of Biloba Flower #AA8CCE

Tints of Biloba Flower #AA8CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 32.95%
G = 27.13%
B = 39.92%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA8CCE (or 0xAA8CCE) is known color: Biloba Flower. HEX triplet: AA, 8C and CE. RGB value is (170,140,206). Sum of RGB (Red+Green+Blue) = 170+140+206=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA8CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CCE is #557331. Grayscale: #9C9C9C. Windows color (decimal): -5600050 or 13536426. OLE color: 13536426.

HSL color Cylindrical-coordinate representation of color #AA8CCE: hue angle of 267.27º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA8CCE is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 140 206 -
CMYK 0.17 0.32 0 0.19
HSL 267.27º 0.4% 0.68% -
HSV(B) 267.27º 0.32% 0.81% -
XYZ 37.1 31.76 62.57 -
YUV 156.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 170 140 206 0.17 0.32 0 0.19 267.27 0.4 0.68
Hex AA 8C CE 11 20 0 13 10B 28 44
Octal 252 214 316 21 40 0 23 413 50 104
Binary 10101010 10001100 11001110 10001 100000 0 10011 100001011 101000 1000100

Color Harmonies of #AA8CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CCE

Black with #AA8CCE

Text Example


Text Example

White with #AA8CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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