Html Css Color HEX #A18EDB Biloba Flower

📋 copy color: '#A18EDB'

red 161 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #A18EDB

Tints of Biloba Flower #A18EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.2%

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

R = 30.84%
G = 27.2%
B = 41.95%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A18EDB (or 0xA18EDB) is known color: Biloba Flower. HEX triplet: A1, 8E and DB. RGB value is (161,142,219). Sum of RGB (Red+Green+Blue) = 161+142+219=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #A18EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EDB is #5E7124. Grayscale: #9C9C9C. Windows color (decimal): -6189349 or 14388897. OLE color: 14388897.

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

Color convert

RGB 161 142 219 -
CMYK 0.26 0.35 0 0.14
HSL 254.81º 0.52% 0.71% -
HSV(B) 254.81º 0.35% 0.86% -
XYZ 37.16 32.04 71.24 -
YUV 156.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 161 142 219 0.26 0.35 0 0.14 254.81 0.52 0.71
Hex A1 8E DB 1A 23 0 E FF 34 47
Octal 241 216 333 32 43 0 16 377 64 107
Binary 10100001 10001110 11011011 11010 100011 0 1110 11111111 110100 1000111

Color Harmonies of #A18EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18EDB

Black with #A18EDB

Text Example


Text Example

White with #A18EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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