Html Css Color HEX #AA8FD8 Biloba Flower

📋 copy color: '#AA8FD8'

red 170 ◦ green 143 ◦ blue 216

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

Shades of Biloba Flower #AA8FD8

Tints of Biloba Flower #AA8FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.83%

R = 32.14%
G = 27.03%
B = 40.83%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA8FD8 (or 0xAA8FD8) is known color: Biloba Flower. HEX triplet: AA, 8F and D8. RGB value is (170,143,216). Sum of RGB (Red+Green+Blue) = 170+143+216=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA8FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FD8 is #557027. Grayscale: #9F9F9F. Windows color (decimal): -5599272 or 14192554. OLE color: 14192554.

HSL color Cylindrical-coordinate representation of color #AA8FD8: hue angle of 262.19º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA8FD8 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 143 216 -
CMYK 0.21 0.34 0 0.15
HSL 262.19º 0.48% 0.7% -
HSV(B) 262.19º 0.34% 0.85% -
XYZ 38.79 33.15 69.32 -
YUV 159.4 159.95 135.56 -
System Red Green Blue C M Y K H S L
Decimal 170 143 216 0.21 0.34 0 0.15 262.19 0.48 0.7
Hex AA 8F D8 15 22 0 F 106 30 46
Octal 252 217 330 25 42 0 17 406 60 106
Binary 10101010 10001111 11011000 10101 100010 0 1111 100000110 110000 1000110

Color Harmonies of #AA8FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FD8

Black with #AA8FD8

Text Example


Text Example

White with #AA8FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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