Html Css Color HEX #AA94DB Biloba Flower

📋 copy color: '#AA94DB'

red 170 ◦ green 148 ◦ blue 219

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

Shades of Biloba Flower #AA94DB

Tints of Biloba Flower #AA94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.56%

 BLUE value IS 219 (85.94% from 255) = 40.78%

R = 31.66%
G = 27.56%
B = 40.78%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA94DB (or 0xAA94DB) is known color: Biloba Flower. HEX triplet: AA, 94 and DB. RGB value is (170,148,219). Sum of RGB (Red+Green+Blue) = 170+148+219=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA94DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94DB is #556B24. Grayscale: #A2A2A2. Windows color (decimal): -5597989 or 14390442. OLE color: 14390442.

HSL color Cylindrical-coordinate representation of color #AA94DB: hue angle of 258.59º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA94DB is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 148 219 -
CMYK 0.22 0.32 0 0.14
HSL 258.59º 0.5% 0.72% -
HSV(B) 258.59º 0.32% 0.86% -
XYZ 39.95 34.84 71.64 -
YUV 162.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 170 148 219 0.22 0.32 0 0.14 258.59 0.5 0.72
Hex AA 94 DB 16 20 0 E 103 32 48
Octal 252 224 333 26 40 0 16 403 62 110
Binary 10101010 10010100 11011011 10110 100000 0 1110 100000011 110010 1001000

Color Harmonies of #AA94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA94DB

Black with #AA94DB

Text Example


Text Example

White with #AA94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA94DB; }

 p { color: rgb(170,148,219); }

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

background-color css

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

 a { background-color: rgb(170,148,219); }

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

border-color css

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

 span { border-color: rgb(170,148,219); }

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