Html Css Color HEX #AA8FDC Biloba Flower

📋 copy color: '#AA8FDC'

red 170 ◦ green 143 ◦ blue 220

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

Shades of Biloba Flower #AA8FDC

Tints of Biloba Flower #AA8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.83%

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 31.89%
G = 26.83%
B = 41.28%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA8FDC (or 0xAA8FDC) is known color: Biloba Flower. HEX triplet: AA, 8F and DC. RGB value is (170,143,220). Sum of RGB (Red+Green+Blue) = 170+143+220=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA8FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FDC is #557023. Grayscale: #9F9F9F. Windows color (decimal): -5599268 or 14454698. OLE color: 14454698.

HSL color Cylindrical-coordinate representation of color #AA8FDC: hue angle of 261.04º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA8FDC is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 143 220 -
CMYK 0.23 0.35 0 0.14
HSL 261.04º 0.52% 0.71% -
HSV(B) 261.04º 0.35% 0.86% -
XYZ 39.32 33.36 72.08 -
YUV 159.85 161.95 135.24 -
System Red Green Blue C M Y K H S L
Decimal 170 143 220 0.23 0.35 0 0.14 261.04 0.52 0.71
Hex AA 8F DC 17 23 0 E 105 34 47
Octal 252 217 334 27 43 0 16 405 64 107
Binary 10101010 10001111 11011100 10111 100011 0 1110 100000101 110100 1000111

Color Harmonies of #AA8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FDC

Black with #AA8FDC

Text Example


Text Example

White with #AA8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FDC; }

 p { color: rgb(170,143,220); }

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

background-color css

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

 a { background-color: rgb(170,143,220); }

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

border-color css

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

 span { border-color: rgb(170,143,220); }

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