Html Css Color HEX #A18CEF Biloba Flower

📋 copy color: '#A18CEF'

red 161 ◦ green 140 ◦ blue 239

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

Shades of Biloba Flower #A18CEF

Tints of Biloba Flower #A18CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.93%

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

R = 29.81%
G = 25.93%
B = 44.26%

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

#A18CEF (or 0xA18CEF) is known color: Biloba Flower. HEX triplet: A1, 8C and EF. RGB value is (161,140,239). Sum of RGB (Red+Green+Blue) = 161+140+239=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #A18CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18CEF is #5E7310. Grayscale: #9D9D9D. Windows color (decimal): -6189841 or 15699105. OLE color: 15699105.

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

Color convert

RGB 161 140 239 -
CMYK 0.33 0.41 0 0.06
HSL 252.73º 0.76% 0.74% -
HSV(B) 252.73º 0.41% 0.94% -
XYZ 39.66 32.57 85.86 -
YUV 157.57 173.96 130.45 -
System Red Green Blue C M Y K H S L
Decimal 161 140 239 0.33 0.41 0 0.06 252.73 0.76 0.74
Hex A1 8C EF 21 29 0 6 FD 4C 4A
Octal 241 214 357 41 51 0 6 375 114 112
Binary 10100001 10001100 11101111 100001 101001 0 110 11111101 1001100 1001010

Color Harmonies of #A18CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CEF

Black with #A18CEF

Text Example


Text Example

White with #A18CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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