Html Css Color HEX #A18DDB Biloba Flower

📋 copy color: '#A18DDB'

red 161 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #A18DDB

Tints of Biloba Flower #A18DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.06%

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

R = 30.9%
G = 27.06%
B = 42.03%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A18DDB (or 0xA18DDB) is known color: Biloba Flower. HEX triplet: A1, 8D and DB. RGB value is (161,141,219). Sum of RGB (Red+Green+Blue) = 161+141+219=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #A18DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DDB is #5E7224. Grayscale: #9B9B9B. Windows color (decimal): -6189605 or 14388641. OLE color: 14388641.

HSL color Cylindrical-coordinate representation of color #A18DDB: hue angle of 255.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A18DDB is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 141 219 -
CMYK 0.26 0.36 0 0.14
HSL 255.38º 0.52% 0.71% -
HSV(B) 255.38º 0.36% 0.86% -
XYZ 37.01 31.74 71.19 -
YUV 155.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 161 141 219 0.26 0.36 0 0.14 255.38 0.52 0.71
Hex A1 8D DB 1A 24 0 E FF 34 47
Octal 241 215 333 32 44 0 16 377 64 107
Binary 10100001 10001101 11011011 11010 100100 0 1110 11111111 110100 1000111

Color Harmonies of #A18DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DDB

Black with #A18DDB

Text Example


Text Example

White with #A18DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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