Html Css Color HEX #A18EED Biloba Flower

📋 copy color: '#A18EED'

red 161 ◦ green 142 ◦ blue 237

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

Shades of Biloba Flower #A18EED

Tints of Biloba Flower #A18EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.89%

R = 29.81%
G = 26.3%
B = 43.89%

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

#A18EED (or 0xA18EED) is known color: Biloba Flower. HEX triplet: A1, 8E and ED. RGB value is (161,142,237). Sum of RGB (Red+Green+Blue) = 161+142+237=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #A18EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18EED is #5E7112. Grayscale: #9E9E9E. Windows color (decimal): -6189331 or 15568545. OLE color: 15568545.

HSL color Cylindrical-coordinate representation of color #A18EED: hue angle of 252º degrees, saturation: 0.73, 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 #A18EED is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 142 237 -
CMYK 0.32 0.40 0 0.07
HSL 252º 0.73% 0.74% -
HSV(B) 252º 0.4% 0.93% -
XYZ 39.66 33.04 84.41 -
YUV 158.51 172.29 129.78 -
System Red Green Blue C M Y K H S L
Decimal 161 142 237 0.32 0.40 0 0.07 252 0.73 0.74
Hex A1 8E ED 20 28 0 7 FC 49 4A
Octal 241 216 355 40 50 0 7 374 111 112
Binary 10100001 10001110 11101101 100000 101000 0 111 11111100 1001001 1001010

Color Harmonies of #A18EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18EED

Black with #A18EED

Text Example


Text Example

White with #A18EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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