Html Css Color HEX #A18EDA Biloba Flower

📋 copy color: '#A18EDA'

red 161 ◦ green 142 ◦ blue 218

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

Shades of Biloba Flower #A18EDA

Tints of Biloba Flower #A18EDA

RGB

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

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

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

R = 30.9%
G = 27.26%
B = 41.84%

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

#A18EDA (or 0xA18EDA) is known color: Biloba Flower. HEX triplet: A1, 8E and DA. RGB value is (161,142,218). Sum of RGB (Red+Green+Blue) = 161+142+218=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #A18EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EDA is #5E7125. Grayscale: #9C9C9C. Windows color (decimal): -6189350 or 14323361. OLE color: 14323361.

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

Color convert

RGB 161 142 218 -
CMYK 0.26 0.35 0 0.15
HSL 255º 0.51% 0.71% -
HSV(B) 255º 0.35% 0.85% -
XYZ 37.03 31.99 70.55 -
YUV 156.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 161 142 218 0.26 0.35 0 0.15 255 0.51 0.71
Hex A1 8E DA 1A 23 0 F FF 33 47
Octal 241 216 332 32 43 0 17 377 63 107
Binary 10100001 10001110 11011010 11010 100011 0 1111 11111111 110011 1000111

Color Harmonies of #A18EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18EDA

Black with #A18EDA

Text Example


Text Example

White with #A18EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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