Html Css Color HEX #A889DB Biloba Flower

📋 copy color: '#A889DB'

red 168 ◦ green 137 ◦ blue 219

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

Shades of Biloba Flower #A889DB

Tints of Biloba Flower #A889DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.15%

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

R = 32.06%
G = 26.15%
B = 41.79%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A889DB (or 0xA889DB) is known color: Biloba Flower. HEX triplet: A8, 89 and DB. RGB value is (168,137,219). Sum of RGB (Red+Green+Blue) = 168+137+219=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #A889DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889DB is #577624. Grayscale: #9B9B9B. Windows color (decimal): -5731877 or 14387624. OLE color: 14387624.

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

Color convert

RGB 168 137 219 -
CMYK 0.23 0.37 0 0.14
HSL 262.68º 0.53% 0.7% -
HSV(B) 262.68º 0.37% 0.86% -
XYZ 37.88 31.33 71.07 -
YUV 155.62 163.77 136.83 -
System Red Green Blue C M Y K H S L
Decimal 168 137 219 0.23 0.37 0 0.14 262.68 0.53 0.7
Hex A8 89 DB 17 25 0 E 107 35 46
Octal 250 211 333 27 45 0 16 407 65 106
Binary 10101000 10001001 11011011 10111 100101 0 1110 100000111 110101 1000110

Color Harmonies of #A889DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A889DB

Black with #A889DB

Text Example


Text Example

White with #A889DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A889DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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