Html Css Color HEX #A18BDB Biloba Flower

📋 copy color: '#A18BDB'

red 161 ◦ green 139 ◦ blue 219

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

Shades of Biloba Flower #A18BDB

Tints of Biloba Flower #A18BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.78%

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

R = 31.02%
G = 26.78%
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

#A18BDB (or 0xA18BDB) is known color: Biloba Flower. HEX triplet: A1, 8B and DB. RGB value is (161,139,219). Sum of RGB (Red+Green+Blue) = 161+139+219=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 139 (54.69% from 255 or 26.78% 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 #A18BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BDB is #5E7424. Grayscale: #9A9A9A. Windows color (decimal): -6190117 or 14388129. OLE color: 14388129.

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

Color convert

RGB 161 139 219 -
CMYK 0.26 0.37 0 0.14
HSL 256.5º 0.53% 0.7% -
HSV(B) 256.5º 0.37% 0.86% -
XYZ 36.72 31.16 71.1 -
YUV 154.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 161 139 219 0.26 0.37 0 0.14 256.5 0.53 0.7
Hex A1 8B DB 1A 25 0 E 100 35 46
Octal 241 213 333 32 45 0 16 400 65 106
Binary 10100001 10001011 11011011 11010 100101 0 1110 100000000 110101 1000110

Color Harmonies of #A18BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18BDB

Black with #A18BDB

Text Example


Text Example

White with #A18BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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