Html Css Color HEX #A18DDC Biloba Flower

📋 copy color: '#A18DDC'

red 161 ◦ green 141 ◦ blue 220

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

Shades of Biloba Flower #A18DDC

Tints of Biloba Flower #A18DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 30.84%
G = 27.01%
B = 42.15%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A18DDC (or 0xA18DDC) is known color: Biloba Flower. HEX triplet: A1, 8D and DC. RGB value is (161,141,220). Sum of RGB (Red+Green+Blue) = 161+141+220=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #A18DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DDC is #5E7223. Grayscale: #9B9B9B. Windows color (decimal): -6189604 or 14454177. OLE color: 14454177.

HSL color Cylindrical-coordinate representation of color #A18DDC: hue angle of 255.19º degrees, saturation: 0.53, 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 #A18DDC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 141 220 -
CMYK 0.27 0.36 0 0.14
HSL 255.19º 0.53% 0.71% -
HSV(B) 255.19º 0.36% 0.86% -
XYZ 37.14 31.79 71.89 -
YUV 155.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 161 141 220 0.27 0.36 0 0.14 255.19 0.53 0.71
Hex A1 8D DC 1B 24 0 E FF 35 47
Octal 241 215 334 33 44 0 16 377 65 107
Binary 10100001 10001101 11011100 11011 100100 0 1110 11111111 110101 1000111

Color Harmonies of #A18DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DDC

Black with #A18DDC

Text Example


Text Example

White with #A18DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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