Html Css Color HEX #AA8DD4 Biloba Flower

📋 copy color: '#AA8DD4'

red 170 ◦ green 141 ◦ blue 212

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

Shades of Biloba Flower #AA8DD4

Tints of Biloba Flower #AA8DD4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.96%

 BLUE value IS 212 (83.2% from 255) = 40.54%

R = 32.5%
G = 26.96%
B = 40.54%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AA8DD4 (or 0xAA8DD4) is known color: Biloba Flower. HEX triplet: AA, 8D and D4. RGB value is (170,141,212). Sum of RGB (Red+Green+Blue) = 170+141+212=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA8DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DD4 is #55722B. Grayscale: #9D9D9D. Windows color (decimal): -5599788 or 13929898. OLE color: 13929898.

HSL color Cylindrical-coordinate representation of color #AA8DD4: hue angle of 264.51º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA8DD4 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 141 212 -
CMYK 0.20 0.33 0 0.17
HSL 264.51º 0.45% 0.69% -
HSV(B) 264.51º 0.33% 0.83% -
XYZ 37.99 32.35 66.53 -
YUV 157.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 170 141 212 0.20 0.33 0 0.17 264.51 0.45 0.69
Hex AA 8D D4 14 21 0 11 109 2D 45
Octal 252 215 324 24 41 0 21 411 55 105
Binary 10101010 10001101 11010100 10100 100001 0 10001 100001001 101101 1000101

Color Harmonies of #AA8DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8DD4

Black with #AA8DD4

Text Example


Text Example

White with #AA8DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8DD4; }

 p { color: rgb(170,141,212); }

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

background-color css

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

 a { background-color: rgb(170,141,212); }

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

border-color css

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

 span { border-color: rgb(170,141,212); }

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