Html Css Color HEX #A489DB Biloba Flower

📋 copy color: '#A489DB'

red 164 ◦ green 137 ◦ blue 219

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

Shades of Biloba Flower #A489DB

Tints of Biloba Flower #A489DB

RGB

 RED value IS 164 (64.45% from 255) = 31.54%

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

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

R = 31.54%
G = 26.35%
B = 42.12%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A489DB (or 0xA489DB) is known color: Biloba Flower. HEX triplet: A4, 89 and DB. RGB value is (164,137,219). Sum of RGB (Red+Green+Blue) = 164+137+219=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #A489DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489DB is #5B7624. Grayscale: #9A9A9A. Windows color (decimal): -5994021 or 14387620. OLE color: 14387620.

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

Color convert

RGB 164 137 219 -
CMYK 0.25 0.37 0 0.14
HSL 259.76º 0.53% 0.7% -
HSV(B) 259.76º 0.37% 0.86% -
XYZ 37.04 30.9 71.03 -
YUV 154.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 164 137 219 0.25 0.37 0 0.14 259.76 0.53 0.7
Hex A4 89 DB 19 25 0 E 104 35 46
Octal 244 211 333 31 45 0 16 404 65 106
Binary 10100100 10001001 11011011 11001 100101 0 1110 100000100 110101 1000110

Color Harmonies of #A489DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489DB

Black with #A489DB

Text Example


Text Example

White with #A489DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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