Html Css Color HEX #A18DD1 Biloba Flower

📋 copy color: '#A18DD1'

red 161 ◦ green 141 ◦ blue 209

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

Shades of Biloba Flower #A18DD1

Tints of Biloba Flower #A18DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.9%

R = 31.51%
G = 27.59%
B = 40.9%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A18DD1 (or 0xA18DD1) is known color: Biloba Flower. HEX triplet: A1, 8D and D1. RGB value is (161,141,209). Sum of RGB (Red+Green+Blue) = 161+141+209=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #A18DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DD1 is #5E722E. Grayscale: #9A9A9A. Windows color (decimal): -6189615 or 13733281. OLE color: 13733281.

HSL color Cylindrical-coordinate representation of color #A18DD1: hue angle of 257.65º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A18DD1 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 141 209 -
CMYK 0.23 0.33 0 0.18
HSL 257.65º 0.43% 0.69% -
HSV(B) 257.65º 0.33% 0.82% -
XYZ 35.73 31.23 64.47 -
YUV 154.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 161 141 209 0.23 0.33 0 0.18 257.65 0.43 0.69
Hex A1 8D D1 17 21 0 12 102 2A 45
Octal 241 215 321 27 41 0 22 402 52 105
Binary 10100001 10001101 11010001 10111 100001 0 10010 100000010 101010 1000101

Color Harmonies of #A18DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DD1

Black with #A18DD1

Text Example


Text Example

White with #A18DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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