Html Css Color HEX #A18DDA Biloba Flower

📋 copy color: '#A18DDA'

red 161 ◦ green 141 ◦ blue 218

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

Shades of Biloba Flower #A18DDA

Tints of Biloba Flower #A18DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 30.96%
G = 27.12%
B = 41.92%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A18DDA (or 0xA18DDA) is known color: Biloba Flower. HEX triplet: A1, 8D and DA. RGB value is (161,141,218). Sum of RGB (Red+Green+Blue) = 161+141+218=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #A18DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DDA is #5E7225. Grayscale: #9B9B9B. Windows color (decimal): -6189606 or 14323105. OLE color: 14323105.

HSL color Cylindrical-coordinate representation of color #A18DDA: hue angle of 255.58º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A18DDA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 141 218 -
CMYK 0.26 0.35 0 0.15
HSL 255.58º 0.51% 0.7% -
HSV(B) 255.58º 0.35% 0.85% -
XYZ 36.88 31.69 70.5 -
YUV 155.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 161 141 218 0.26 0.35 0 0.15 255.58 0.51 0.7
Hex A1 8D DA 1A 23 0 F 100 33 46
Octal 241 215 332 32 43 0 17 400 63 106
Binary 10100001 10001101 11011010 11010 100011 0 1111 100000000 110011 1000110

Color Harmonies of #A18DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DDA

Black with #A18DDA

Text Example


Text Example

White with #A18DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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