Html Css Color HEX #AA8DF0 Biloba Flower

📋 copy color: '#AA8DF0'

red 170 ◦ green 141 ◦ blue 240

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

Shades of Biloba Flower #AA8DF0

Tints of Biloba Flower #AA8DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.56%

R = 30.85%
G = 25.59%
B = 43.56%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA8DF0 (or 0xAA8DF0) is known color: Biloba Flower. HEX triplet: AA, 8D and F0. RGB value is (170,141,240). Sum of RGB (Red+Green+Blue) = 170+141+240=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA8DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DF0 is #55720F. Grayscale: #A0A0A0. Windows color (decimal): -5599760 or 15764906. OLE color: 15764906.

HSL color Cylindrical-coordinate representation of color #AA8DF0: hue angle of 257.58º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8DF0 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 141 240 -
CMYK 0.29 0.41 0 0.06
HSL 257.58º 0.77% 0.75% -
HSV(B) 257.58º 0.41% 0.94% -
XYZ 41.83 33.89 86.77 -
YUV 160.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 170 141 240 0.29 0.41 0 0.06 257.58 0.77 0.75
Hex AA 8D F0 1D 29 0 6 102 4D 4B
Octal 252 215 360 35 51 0 6 402 115 113
Binary 10101010 10001101 11110000 11101 101001 0 110 100000010 1001101 1001011

Color Harmonies of #AA8DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8DF0

Black with #AA8DF0

Text Example


Text Example

White with #AA8DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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