Html Css Color HEX #A18EEC Biloba Flower

📋 copy color: '#A18EEC'

red 161 ◦ green 142 ◦ blue 236

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

Shades of Biloba Flower #A18EEC

Tints of Biloba Flower #A18EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.78%

R = 29.87%
G = 26.35%
B = 43.78%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A18EEC (or 0xA18EEC) is known color: Biloba Flower. HEX triplet: A1, 8E and EC. RGB value is (161,142,236). Sum of RGB (Red+Green+Blue) = 161+142+236=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #A18EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18EEC is #5E7113. Grayscale: #9E9E9E. Windows color (decimal): -6189332 or 15503009. OLE color: 15503009.

HSL color Cylindrical-coordinate representation of color #A18EEC: hue angle of 252.13º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18EEC is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 142 236 -
CMYK 0.32 0.40 0 0.07
HSL 252.13º 0.71% 0.74% -
HSV(B) 252.13º 0.4% 0.93% -
XYZ 39.51 32.98 83.64 -
YUV 158.4 171.79 129.86 -
System Red Green Blue C M Y K H S L
Decimal 161 142 236 0.32 0.40 0 0.07 252.13 0.71 0.74
Hex A1 8E EC 20 28 0 7 FC 47 4A
Octal 241 216 354 40 50 0 7 374 107 112
Binary 10100001 10001110 11101100 100000 101000 0 111 11111100 1000111 1001010

Color Harmonies of #A18EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18EEC

Black with #A18EEC

Text Example


Text Example

White with #A18EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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