Html Css Color HEX #AA9DDE Biloba Flower

📋 copy color: '#AA9DDE'

red 170 ◦ green 157 ◦ blue 222

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

Shades of Biloba Flower #AA9DDE

Tints of Biloba Flower #AA9DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.6%

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 30.97%
G = 28.6%
B = 40.44%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA9DDE (or 0xAA9DDE) is known color: Biloba Flower. HEX triplet: AA, 9D and DE. RGB value is (170,157,222). Sum of RGB (Red+Green+Blue) = 170+157+222=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA9DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DDE is #556221. Grayscale: #A8A8A8. Windows color (decimal): -5595682 or 14589354. OLE color: 14589354.

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

Color convert

RGB 170 157 222 -
CMYK 0.23 0.29 0 0.13
HSL 252º 0.5% 0.74% -
HSV(B) 252º 0.29% 0.87% -
XYZ 41.82 37.93 74.23 -
YUV 168.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 170 157 222 0.23 0.29 0 0.13 252 0.5 0.74
Hex AA 9D DE 17 1D 0 D FC 32 4A
Octal 252 235 336 27 35 0 15 374 62 112
Binary 10101010 10011101 11011110 10111 11101 0 1101 11111100 110010 1001010

Color Harmonies of #AA9DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9DDE

Black with #AA9DDE

Text Example


Text Example

White with #AA9DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9DDE; }

 p { color: rgb(170,157,222); }

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

background-color css

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

 a { background-color: rgb(170,157,222); }

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

border-color css

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

 span { border-color: rgb(170,157,222); }

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