Html Css Color HEX #AA8DFB Biloba Flower

📋 copy color: '#AA8DFB'

red 170 ◦ green 141 ◦ blue 251

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

Shades of Biloba Flower #AA8DFB

Tints of Biloba Flower #AA8DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.66%

R = 30.25%
G = 25.09%
B = 44.66%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA8DFB (or 0xAA8DFB) is known color: Biloba Flower. HEX triplet: AA, 8D and FB. RGB value is (170,141,251). Sum of RGB (Red+Green+Blue) = 170+141+251=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA8DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DFB is #557204. Grayscale: #A1A1A1. Windows color (decimal): -5599749 or 16485802. OLE color: 16485802.

HSL color Cylindrical-coordinate representation of color #AA8DFB: hue angle of 255.82º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8DFB is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 141 251 -
CMYK 0.32 0.44 0 0.02
HSL 255.82º 0.93% 0.77% -
HSV(B) 255.82º 0.44% 0.98% -
XYZ 43.52 34.56 95.64 -
YUV 162.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 170 141 251 0.32 0.44 0 0.02 255.82 0.93 0.77
Hex AA 8D FB 20 2C 0 2 100 5D 4D
Octal 252 215 373 40 54 0 2 400 135 115
Binary 10101010 10001101 11111011 100000 101100 0 10 100000000 1011101 1001101

Color Harmonies of #AA8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8DFB

Black with #AA8DFB

Text Example


Text Example

White with #AA8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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