Html Css Color HEX #A18EEF Biloba Flower

📋 copy color: '#A18EEF'

red 161 ◦ green 142 ◦ blue 239

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

Shades of Biloba Flower #A18EEF

Tints of Biloba Flower #A18EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 29.7%
G = 26.2%
B = 44.1%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A18EEF (or 0xA18EEF) is known color: Biloba Flower. HEX triplet: A1, 8E and EF. RGB value is (161,142,239). Sum of RGB (Red+Green+Blue) = 161+142+239=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #A18EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18EEF is #5E7110. Grayscale: #9E9E9E. Windows color (decimal): -6189329 or 15699617. OLE color: 15699617.

HSL color Cylindrical-coordinate representation of color #A18EEF: hue angle of 251.75º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A18EEF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 142 239 -
CMYK 0.33 0.41 0 0.06
HSL 251.75º 0.75% 0.75% -
HSV(B) 251.75º 0.41% 0.94% -
XYZ 39.95 33.16 85.96 -
YUV 158.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 161 142 239 0.33 0.41 0 0.06 251.75 0.75 0.75
Hex A1 8E EF 21 29 0 6 FC 4B 4B
Octal 241 216 357 41 51 0 6 374 113 113
Binary 10100001 10001110 11101111 100001 101001 0 110 11111100 1001011 1001011

Color Harmonies of #A18EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18EEF

Black with #A18EEF

Text Example


Text Example

White with #A18EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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