Html Css Color HEX #AA8DCC Biloba Flower

📋 copy color: '#AA8DCC'

red 170 ◦ green 141 ◦ blue 204

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

Shades of Biloba Flower #AA8DCC

Tints of Biloba Flower #AA8DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.38%

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 33.01%
G = 27.38%
B = 39.61%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA8DCC (or 0xAA8DCC) is known color: Biloba Flower. HEX triplet: AA, 8D and CC. RGB value is (170,141,204). Sum of RGB (Red+Green+Blue) = 170+141+204=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA8DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DCC is #557233. Grayscale: #9C9C9C. Windows color (decimal): -5599796 or 13405610. OLE color: 13405610.

HSL color Cylindrical-coordinate representation of color #AA8DCC: hue angle of 267.62º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8DCC is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 141 204 -
CMYK 0.17 0.31 0 0.2
HSL 267.62º 0.38% 0.68% -
HSV(B) 267.62º 0.31% 0.8% -
XYZ 37 31.96 61.34 -
YUV 156.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 170 141 204 0.17 0.31 0 0.2 267.62 0.38 0.68
Hex AA 8D CC 11 1F 0 14 10C 26 44
Octal 252 215 314 21 37 0 24 414 46 104
Binary 10101010 10001101 11001100 10001 11111 0 10100 100001100 100110 1000100

Color Harmonies of #AA8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8DCC

Black with #AA8DCC

Text Example


Text Example

White with #AA8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8DCC; }

 p { color: rgb(170,141,204); }

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

background-color css

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

 a { background-color: rgb(170,141,204); }

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

border-color css

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

 span { border-color: rgb(170,141,204); }

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