Html Css Color HEX #AA94DD Biloba Flower

📋 copy color: '#AA94DD'

red 170 ◦ green 148 ◦ blue 221

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

Shades of Biloba Flower #AA94DD

Tints of Biloba Flower #AA94DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 31.54%
G = 27.46%
B = 41%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA94DD (or 0xAA94DD) is known color: Biloba Flower. HEX triplet: AA, 94 and DD. RGB value is (170,148,221). Sum of RGB (Red+Green+Blue) = 170+148+221=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA94DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94DD is #556B22. Grayscale: #A2A2A2. Windows color (decimal): -5597987 or 14521514. OLE color: 14521514.

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

Color convert

RGB 170 148 221 -
CMYK 0.23 0.33 0 0.13
HSL 258.08º 0.52% 0.72% -
HSV(B) 258.08º 0.33% 0.87% -
XYZ 40.22 34.95 73.03 -
YUV 162.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 170 148 221 0.23 0.33 0 0.13 258.08 0.52 0.72
Hex AA 94 DD 17 21 0 D 102 34 48
Octal 252 224 335 27 41 0 15 402 64 110
Binary 10101010 10010100 11011101 10111 100001 0 1101 100000010 110100 1001000

Color Harmonies of #AA94DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA94DD

Black with #AA94DD

Text Example


Text Example

White with #AA94DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA94DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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