Html Css Color HEX #AA8EF8 Biloba Flower

📋 copy color: '#AA8EF8'

red 170 ◦ green 142 ◦ blue 248

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

Shades of Biloba Flower #AA8EF8

Tints of Biloba Flower #AA8EF8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.36%

 BLUE value IS 248 (97.27% from 255) = 44.29%

R = 30.36%
G = 25.36%
B = 44.29%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA8EF8 (or 0xAA8EF8) is known color: Biloba Flower. HEX triplet: AA, 8E and F8. RGB value is (170,142,248). Sum of RGB (Red+Green+Blue) = 170+142+248=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA8EF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8EF8 is #557107. Grayscale: #A2A2A2. Windows color (decimal): -5599496 or 16289450. OLE color: 16289450.

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

Color convert

RGB 170 142 248 -
CMYK 0.31 0.43 0 0.03
HSL 255.85º 0.88% 0.76% -
HSV(B) 255.85º 0.43% 0.97% -
XYZ 43.19 34.67 93.22 -
YUV 162.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 170 142 248 0.31 0.43 0 0.03 255.85 0.88 0.76
Hex AA 8E F8 1F 2B 0 3 100 58 4C
Octal 252 216 370 37 53 0 3 400 130 114
Binary 10101010 10001110 11111000 11111 101011 0 11 100000000 1011000 1001100

Color Harmonies of #AA8EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8EF8

Black with #AA8EF8

Text Example


Text Example

White with #AA8EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8EF8; }

 p { color: rgb(170,142,248); }

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

background-color css

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

 a { background-color: rgb(170,142,248); }

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

border-color css

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

 span { border-color: rgb(170,142,248); }

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