Html Css Color HEX #A991DD Biloba Flower

📋 copy color: '#A991DD'

red 169 ◦ green 145 ◦ blue 221

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

Shades of Biloba Flower #A991DD

Tints of Biloba Flower #A991DD

RGB

 RED value IS 169 (66.41% from 255) = 31.59%

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

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

R = 31.59%
G = 27.1%
B = 41.31%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A991DD (or 0xA991DD) is known color: Biloba Flower. HEX triplet: A9, 91 and DD. RGB value is (169,145,221). Sum of RGB (Red+Green+Blue) = 169+145+221=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #A991DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991DD is #566E22. Grayscale: #A0A0A0. Windows color (decimal): -5664291 or 14520745. OLE color: 14520745.

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

Color convert

RGB 169 145 221 -
CMYK 0.24 0.34 0 0.13
HSL 258.95º 0.53% 0.72% -
HSV(B) 258.95º 0.34% 0.87% -
XYZ 39.54 33.91 72.87 -
YUV 160.84 161.95 133.82 -
System Red Green Blue C M Y K H S L
Decimal 169 145 221 0.24 0.34 0 0.13 258.95 0.53 0.72
Hex A9 91 DD 18 22 0 D 103 35 48
Octal 251 221 335 30 42 0 15 403 65 110
Binary 10101001 10010001 11011101 11000 100010 0 1101 100000011 110101 1001000

Color Harmonies of #A991DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A991DD

Black with #A991DD

Text Example


Text Example

White with #A991DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A991DD; }

 p { color: rgb(169,145,221); }

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

background-color css

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

 a { background-color: rgb(169,145,221); }

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

border-color css

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

 span { border-color: rgb(169,145,221); }

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