Html Css Color HEX #AA8DF6 Biloba Flower

📋 copy color: '#AA8DF6'

red 170 ◦ green 141 ◦ blue 246

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

Shades of Biloba Flower #AA8DF6

Tints of Biloba Flower #AA8DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.17%

R = 30.52%
G = 25.31%
B = 44.17%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA8DF6 (or 0xAA8DF6) is known color: Biloba Flower. HEX triplet: AA, 8D and F6. RGB value is (170,141,246). Sum of RGB (Red+Green+Blue) = 170+141+246=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA8DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DF6 is #557209. Grayscale: #A1A1A1. Windows color (decimal): -5599754 or 16158122. OLE color: 16158122.

HSL color Cylindrical-coordinate representation of color #AA8DF6: hue angle of 256.57º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA8DF6 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 141 246 -
CMYK 0.31 0.43 0 0.04
HSL 256.57º 0.85% 0.76% -
HSV(B) 256.57º 0.43% 0.96% -
XYZ 42.74 34.25 91.55 -
YUV 161.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 170 141 246 0.31 0.43 0 0.04 256.57 0.85 0.76
Hex AA 8D F6 1F 2B 0 4 101 55 4C
Octal 252 215 366 37 53 0 4 401 125 114
Binary 10101010 10001101 11110110 11111 101011 0 100 100000001 1010101 1001100

Color Harmonies of #AA8DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8DF6

Black with #AA8DF6

Text Example


Text Example

White with #AA8DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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