Html Css Color HEX #AA8CDF Biloba Flower

📋 copy color: '#AA8CDF'

red 170 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #AA8CDF

Tints of Biloba Flower #AA8CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.27%

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

R = 31.89%
G = 26.27%
B = 41.84%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA8CDF (or 0xAA8CDF) is known color: Biloba Flower. HEX triplet: AA, 8C and DF. RGB value is (170,140,223). Sum of RGB (Red+Green+Blue) = 170+140+223=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA8CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CDF is #557320. Grayscale: #9E9E9E. Windows color (decimal): -5600033 or 14650538. OLE color: 14650538.

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

Color convert

RGB 170 140 223 -
CMYK 0.24 0.37 0 0.13
HSL 261.69º 0.56% 0.71% -
HSV(B) 261.69º 0.37% 0.87% -
XYZ 39.27 32.63 74.04 -
YUV 158.43 164.44 136.25 -
System Red Green Blue C M Y K H S L
Decimal 170 140 223 0.24 0.37 0 0.13 261.69 0.56 0.71
Hex AA 8C DF 18 25 0 D 106 38 47
Octal 252 214 337 30 45 0 15 406 70 107
Binary 10101010 10001100 11011111 11000 100101 0 1101 100000110 111000 1000111

Color Harmonies of #AA8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CDF

Black with #AA8CDF

Text Example


Text Example

White with #AA8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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