Html Css Color HEX #A389DB Biloba Flower

📋 copy color: '#A389DB'

red 163 ◦ green 137 ◦ blue 219

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

Shades of Biloba Flower #A389DB

Tints of Biloba Flower #A389DB

RGB

 RED value IS 163 (64.06% from 255) = 31.41%

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

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

R = 31.41%
G = 26.4%
B = 42.2%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A389DB (or 0xA389DB) is known color: Biloba Flower. HEX triplet: A3, 89 and DB. RGB value is (163,137,219). Sum of RGB (Red+Green+Blue) = 163+137+219=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #A389DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389DB is #5C7624. Grayscale: #999999. Windows color (decimal): -6059557 or 14387619. OLE color: 14387619.

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

Color convert

RGB 163 137 219 -
CMYK 0.26 0.37 0 0.14
HSL 259.02º 0.53% 0.7% -
HSV(B) 259.02º 0.37% 0.86% -
XYZ 36.84 30.79 71.02 -
YUV 154.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 163 137 219 0.26 0.37 0 0.14 259.02 0.53 0.7
Hex A3 89 DB 1A 25 0 E 103 35 46
Octal 243 211 333 32 45 0 16 403 65 106
Binary 10100011 10001001 11011011 11010 100101 0 1110 100000011 110101 1000110

Color Harmonies of #A389DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A389DB

Black with #A389DB

Text Example


Text Example

White with #A389DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A389DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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