Html Css Color HEX #AA8EDF Biloba Flower

📋 copy color: '#AA8EDF'

red 170 ◦ green 142 ◦ blue 223

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

Shades of Biloba Flower #AA8EDF

Tints of Biloba Flower #AA8EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 31.78%
G = 26.54%
B = 41.68%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA8EDF (or 0xAA8EDF) is known color: Biloba Flower. HEX triplet: AA, 8E and DF. RGB value is (170,142,223). Sum of RGB (Red+Green+Blue) = 170+142+223=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA8EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8EDF is #557120. Grayscale: #9F9F9F. Windows color (decimal): -5599521 or 14651050. OLE color: 14651050.

HSL color Cylindrical-coordinate representation of color #AA8EDF: hue angle of 260.74º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA8EDF is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 142 223 -
CMYK 0.24 0.36 0 0.13
HSL 260.74º 0.56% 0.72% -
HSV(B) 260.74º 0.36% 0.87% -
XYZ 39.57 33.22 74.14 -
YUV 159.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 170 142 223 0.24 0.36 0 0.13 260.74 0.56 0.72
Hex AA 8E DF 18 24 0 D 105 38 48
Octal 252 216 337 30 44 0 15 405 70 110
Binary 10101010 10001110 11011111 11000 100100 0 1101 100000101 111000 1001000

Color Harmonies of #AA8EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8EDF

Black with #AA8EDF

Text Example


Text Example

White with #AA8EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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