Html Css Color HEX #AA91D0 Biloba Flower

📋 copy color: '#AA91D0'

red 170 ◦ green 145 ◦ blue 208

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

Shades of Biloba Flower #AA91D0

Tints of Biloba Flower #AA91D0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.72%

 BLUE value IS 208 (81.64% from 255) = 39.77%

R = 32.5%
G = 27.72%
B = 39.77%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA91D0 (or 0xAA91D0) is known color: Biloba Flower. HEX triplet: AA, 91 and D0. RGB value is (170,145,208). Sum of RGB (Red+Green+Blue) = 170+145+208=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA91D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91D0 is #556E2F. Grayscale: #9F9F9F. Windows color (decimal): -5598768 or 13668778. OLE color: 13668778.

HSL color Cylindrical-coordinate representation of color #AA91D0: hue angle of 263.81º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA91D0 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 145 208 -
CMYK 0.18 0.30 0 0.18
HSL 263.81º 0.4% 0.69% -
HSV(B) 263.81º 0.3% 0.82% -
XYZ 38.09 33.35 64.1 -
YUV 159.66 155.28 135.38 -
System Red Green Blue C M Y K H S L
Decimal 170 145 208 0.18 0.30 0 0.18 263.81 0.4 0.69
Hex AA 91 D0 12 1E 0 12 108 28 45
Octal 252 221 320 22 36 0 22 410 50 105
Binary 10101010 10010001 11010000 10010 11110 0 10010 100001000 101000 1000101

Color Harmonies of #AA91D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA91D0

Black with #AA91D0

Text Example


Text Example

White with #AA91D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA91D0; }

 p { color: rgb(170,145,208); }

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

background-color css

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

 a { background-color: rgb(170,145,208); }

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

border-color css

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

 span { border-color: rgb(170,145,208); }

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