Html Css Color HEX #AA9ADF Biloba Flower

📋 copy color: '#AA9ADF'

red 170 ◦ green 154 ◦ blue 223

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

Shades of Biloba Flower #AA9ADF

Tints of Biloba Flower #AA9ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.15%

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

R = 31.08%
G = 28.15%
B = 40.77%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA9ADF (or 0xAA9ADF) is known color: Biloba Flower. HEX triplet: AA, 9A and DF. RGB value is (170,154,223). Sum of RGB (Red+Green+Blue) = 170+154+223=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA9ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ADF is #556520. Grayscale: #A6A6A6. Windows color (decimal): -5596449 or 14654122. OLE color: 14654122.

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

Color convert

RGB 170 154 223 -
CMYK 0.24 0.31 0 0.13
HSL 253.91º 0.52% 0.74% -
HSV(B) 253.91º 0.31% 0.87% -
XYZ 41.45 36.98 74.77 -
YUV 166.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 170 154 223 0.24 0.31 0 0.13 253.91 0.52 0.74
Hex AA 9A DF 18 1F 0 D FE 34 4A
Octal 252 232 337 30 37 0 15 376 64 112
Binary 10101010 10011010 11011111 11000 11111 0 1101 11111110 110100 1001010

Color Harmonies of #AA9ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9ADF

Black with #AA9ADF

Text Example


Text Example

White with #AA9ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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