Html Css Color HEX #A18DD2 Biloba Flower

📋 copy color: '#A18DD2'

red 161 ◦ green 141 ◦ blue 210

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

Shades of Biloba Flower #A18DD2

Tints of Biloba Flower #A18DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 31.45%
G = 27.54%
B = 41.02%

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

#A18DD2 (or 0xA18DD2) is known color: Biloba Flower. HEX triplet: A1, 8D and D2. RGB value is (161,141,210). Sum of RGB (Red+Green+Blue) = 161+141+210=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #A18DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DD2 is #5E722D. Grayscale: #9A9A9A. Windows color (decimal): -6189614 or 13798817. OLE color: 13798817.

HSL color Cylindrical-coordinate representation of color #A18DD2: hue angle of 257.39º 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 #A18DD2 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 141 210 -
CMYK 0.23 0.33 0 0.18
HSL 257.39º 0.43% 0.69% -
HSV(B) 257.39º 0.33% 0.82% -
XYZ 35.86 31.28 65.12 -
YUV 154.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 161 141 210 0.23 0.33 0 0.18 257.39 0.43 0.69
Hex A1 8D D2 17 21 0 12 101 2B 45
Octal 241 215 322 27 41 0 22 401 53 105
Binary 10100001 10001101 11010010 10111 100001 0 10010 100000001 101011 1000101

Color Harmonies of #A18DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DD2

Black with #A18DD2

Text Example


Text Example

White with #A18DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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