Html Css Color HEX #A99BDB Biloba Flower

📋 copy color: '#A99BDB'

red 169 ◦ green 155 ◦ blue 219

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

Shades of Biloba Flower #A99BDB

Tints of Biloba Flower #A99BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.55%

 BLUE value IS 219 (85.94% from 255) = 40.33%

R = 31.12%
G = 28.55%
B = 40.33%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A99BDB (or 0xA99BDB) is known color: Biloba Flower. HEX triplet: A9, 9B and DB. RGB value is (169,155,219). Sum of RGB (Red+Green+Blue) = 169+155+219=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #A99BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BDB is #566424. Grayscale: #A6A6A6. Windows color (decimal): -5661733 or 14392233. OLE color: 14392233.

HSL color Cylindrical-coordinate representation of color #A99BDB: hue angle of 253.12º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99BDB is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 155 219 -
CMYK 0.23 0.29 0 0.14
HSL 253.13º 0.47% 0.73% -
HSV(B) 253.13º 0.29% 0.86% -
XYZ 40.87 36.99 72 -
YUV 166.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 169 155 219 0.23 0.29 0 0.14 253.13 0.47 0.73
Hex A9 9B DB 17 1D 0 E FD 2F 49
Octal 251 233 333 27 35 0 16 375 57 111
Binary 10101001 10011011 11011011 10111 11101 0 1110 11111101 101111 1001001

Color Harmonies of #A99BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BDB

Black with #A99BDB

Text Example


Text Example

White with #A99BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BDB; }

 p { color: rgb(169,155,219); }

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

background-color css

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

 a { background-color: rgb(169,155,219); }

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

border-color css

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

 span { border-color: rgb(169,155,219); }

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