Html Css Color HEX #A089DB Biloba Flower

📋 copy color: '#A089DB'

red 160 ◦ green 137 ◦ blue 219

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

Shades of Biloba Flower #A089DB

Tints of Biloba Flower #A089DB

RGB

 RED value IS 160 (62.89% from 255) = 31.01%

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

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

R = 31.01%
G = 26.55%
B = 42.44%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A089DB (or 0xA089DB) is known color: Biloba Flower. HEX triplet: A0, 89 and DB. RGB value is (160,137,219). Sum of RGB (Red+Green+Blue) = 160+137+219=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #A089DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089DB is #5F7624. Grayscale: #989898. Windows color (decimal): -6256165 or 14387616. OLE color: 14387616.

HSL color Cylindrical-coordinate representation of color #A089DB: hue angle of 256.83º 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 #A089DB is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 137 219 -
CMYK 0.27 0.37 0 0.14
HSL 256.83º 0.53% 0.7% -
HSV(B) 256.83º 0.37% 0.86% -
XYZ 36.23 30.48 70.99 -
YUV 153.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 160 137 219 0.27 0.37 0 0.14 256.83 0.53 0.7
Hex A0 89 DB 1B 25 0 E 101 35 46
Octal 240 211 333 33 45 0 16 401 65 106
Binary 10100000 10001001 11011011 11011 100101 0 1110 100000001 110101 1000110

Color Harmonies of #A089DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089DB

Black with #A089DB

Text Example


Text Example

White with #A089DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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