Html Css Color HEX #AA8AD5 Biloba Flower

📋 copy color: '#AA8AD5'

red 170 ◦ green 138 ◦ blue 213

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

Shades of Biloba Flower #AA8AD5

Tints of Biloba Flower #AA8AD5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.49%

 BLUE value IS 213 (83.59% from 255) = 40.88%

R = 32.63%
G = 26.49%
B = 40.88%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA8AD5 (or 0xAA8AD5) is known color: Biloba Flower. HEX triplet: AA, 8A and D5. RGB value is (170,138,213). Sum of RGB (Red+Green+Blue) = 170+138+213=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA8AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8AD5 is #55752A. Grayscale: #9B9B9B. Windows color (decimal): -5600555 or 13994666. OLE color: 13994666.

HSL color Cylindrical-coordinate representation of color #AA8AD5: hue angle of 265.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA8AD5 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 138 213 -
CMYK 0.20 0.35 0 0.16
HSL 265.6º 0.47% 0.69% -
HSV(B) 265.6º 0.35% 0.84% -
XYZ 37.68 31.53 67.05 -
YUV 156.12 160.1 137.9 -
System Red Green Blue C M Y K H S L
Decimal 170 138 213 0.20 0.35 0 0.16 265.6 0.47 0.69
Hex AA 8A D5 14 23 0 10 10A 2F 45
Octal 252 212 325 24 43 0 20 412 57 105
Binary 10101010 10001010 11010101 10100 100011 0 10000 100001010 101111 1000101

Color Harmonies of #AA8AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8AD5

Black with #AA8AD5

Text Example


Text Example

White with #AA8AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8AD5; }

 p { color: rgb(170,138,213); }

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

background-color css

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

 a { background-color: rgb(170,138,213); }

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

border-color css

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

 span { border-color: rgb(170,138,213); }

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