Html Css Color HEX #A18ED9 Biloba Flower

📋 copy color: '#A18ED9'

red 161 ◦ green 142 ◦ blue 217

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

Shades of Biloba Flower #A18ED9

Tints of Biloba Flower #A18ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.73%

R = 30.96%
G = 27.31%
B = 41.73%

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

#A18ED9 (or 0xA18ED9) is known color: Biloba Flower. HEX triplet: A1, 8E and D9. RGB value is (161,142,217). Sum of RGB (Red+Green+Blue) = 161+142+217=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #A18ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ED9 is #5E7126. Grayscale: #9B9B9B. Windows color (decimal): -6189351 or 14257825. OLE color: 14257825.

HSL color Cylindrical-coordinate representation of color #A18ED9: hue angle of 255.2º degrees, saturation: 0.5, 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 #A18ED9 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 142 217 -
CMYK 0.26 0.35 0 0.15
HSL 255.2º 0.5% 0.7% -
HSV(B) 255.2º 0.35% 0.85% -
XYZ 36.9 31.93 69.86 -
YUV 156.23 162.29 131.4 -
System Red Green Blue C M Y K H S L
Decimal 161 142 217 0.26 0.35 0 0.15 255.2 0.5 0.7
Hex A1 8E D9 1A 23 0 F FF 32 46
Octal 241 216 331 32 43 0 17 377 62 106
Binary 10100001 10001110 11011001 11010 100011 0 1111 11111111 110010 1000110

Color Harmonies of #A18ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18ED9

Black with #A18ED9

Text Example


Text Example

White with #A18ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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