Html Css Color HEX #A189DB Biloba Flower

📋 copy color: '#A189DB'

red 161 ◦ green 137 ◦ blue 219

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

Shades of Biloba Flower #A189DB

Tints of Biloba Flower #A189DB

RGB

 RED value IS 161 (63.28% from 255) = 31.14%

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

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

R = 31.14%
G = 26.5%
B = 42.36%

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

#A189DB (or 0xA189DB) is known color: Biloba Flower. HEX triplet: A1, 89 and DB. RGB value is (161,137,219). Sum of RGB (Red+Green+Blue) = 161+137+219=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #A189DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189DB is #5E7624. Grayscale: #999999. Windows color (decimal): -6190629 or 14387617. OLE color: 14387617.

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

Color convert

RGB 161 137 219 -
CMYK 0.26 0.37 0 0.14
HSL 257.56º 0.53% 0.7% -
HSV(B) 257.56º 0.37% 0.86% -
XYZ 36.43 30.58 71 -
YUV 153.52 164.95 133.33 -
System Red Green Blue C M Y K H S L
Decimal 161 137 219 0.26 0.37 0 0.14 257.56 0.53 0.7
Hex A1 89 DB 1A 25 0 E 102 35 46
Octal 241 211 333 32 45 0 16 402 65 106
Binary 10100001 10001001 11011011 11010 100101 0 1110 100000010 110101 1000110

Color Harmonies of #A189DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A189DB

Black with #A189DB

Text Example


Text Example

White with #A189DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A189DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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