Html Css Color HEX #A899DB Biloba Flower

📋 copy color: '#A899DB'

red 168 ◦ green 153 ◦ blue 219

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

Shades of Biloba Flower #A899DB

Tints of Biloba Flower #A899DB

RGB

 RED value IS 168 (66.02% from 255) = 31.11%

 GREEN value IS 153 (60.16% from 255) = 28.33%

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

R = 31.11%
G = 28.33%
B = 40.56%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A899DB (or 0xA899DB) is known color: Biloba Flower. HEX triplet: A8, 99 and DB. RGB value is (168,153,219). Sum of RGB (Red+Green+Blue) = 168+153+219=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #A899DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899DB is #576624. Grayscale: #A4A4A4. Windows color (decimal): -5727781 or 14391720. OLE color: 14391720.

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

Color convert

RGB 168 153 219 -
CMYK 0.23 0.30 0 0.14
HSL 253.64º 0.48% 0.73% -
HSV(B) 253.64º 0.3% 0.86% -
XYZ 40.33 36.22 71.88 -
YUV 165.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 168 153 219 0.23 0.30 0 0.14 253.64 0.48 0.73
Hex A8 99 DB 17 1E 0 E FE 30 49
Octal 250 231 333 27 36 0 16 376 60 111
Binary 10101000 10011001 11011011 10111 11110 0 1110 11111110 110000 1001001

Color Harmonies of #A899DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A899DB

Black with #A899DB

Text Example


Text Example

White with #A899DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A899DB; }

 p { color: rgb(168,153,219); }

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

background-color css

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

 a { background-color: rgb(168,153,219); }

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

border-color css

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

 span { border-color: rgb(168,153,219); }

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